eta-algorithms 1.20.0

Low overhead data structures focused on performance
Documentation
1
2
3
4
5
6
7
pub mod array;
pub mod bitmap;
pub mod queue;
pub mod stack;

pub mod fat_ptr;
pub mod split_buffer;