#trie #collection

nightly xfast

Xfast Trie- binary trie for storing integers

1 unstable release

0.1.0 Nov 15, 2019

#2122 in Data structures

MIT license

32KB
568 lines

X-Fast Trie

Rust implementation of X-fast Trie which is a bitwise trie used to store a bounded domain of integers.


lib.rs:

X-fast Trie is a bitwise trie to store a bounded domain of integers.

Currently this version of the crate is using the nightly release of rust.

No runtime deps