Skip to content

Commit

Permalink
add buf deal
Browse files Browse the repository at this point in the history
  • Loading branch information
tickbh committed Sep 7, 2024
1 parent dc8a022 commit b212c55
Show file tree
Hide file tree
Showing 12 changed files with 3,846 additions and 53 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ keywords = ["arc", "lru", "lfu", "timerwheel", "slab"]
[dependencies]
lazy_static="1.5.0"
hashbrown="0.14"
log="0.4.22"

[dependencies.algorithm-macro]
path = "algorithm-macro"
Expand Down
5 changes: 5 additions & 0 deletions algorithm-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "algorithm-macro"
version = "0.1.0"
edition = "2021"
authors = ["tickbh <tickdream125@hotmail.com>"]
description = "about algorithm data structure, now has ttl with lru/lru-k/lfu/arc and slab/rbtree/roaring_bitmap/timer_wheelss, 关于算法常用的数据结构"
repository = "https://github.com/tickbh/algorithm-rs"
license = "Apache-2.0"
keywords = ["arc", "lru", "lfu", "timerwheel", "slab"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Loading

0 comments on commit b212c55

Please sign in to comment.