algorithm 0.1.18

about algorithm data structure, now has ttl with lru/lru-k/lfu/arc and slab/rbtree/roaring_bitmap/timer_wheelss, 关于算法常用的数据结构
Documentation
1
2
3
4
5
6

mod circular_buffer;
mod fix_vec;

pub use circular_buffer::CircularBuffer;
pub use fix_vec::FixedVec;