v-trie

Crates.iov-trie
lib.rsv-trie
version0.1.2
sourcesrc
created_at2023-07-14 00:19:01.532096
updated_at2023-07-14 00:46:28.569323
descriptionJust a generic compressed prefix tree.
homepage
repositoryhttps://github.com/vargrind/v-trie.rs/
max_upload_size
id915731
size15,398
Kevin Zhang (vargrind)

documentation

README

v-trie

A generic compressed prefix tree implementation in Rust.

This works on any sliceable sequence where the sequence can by copied; e.g. string, vectors of numbers, etc.

Performance directly depends on iteration and comparison through said slice.

Commit count: 9

cargo fmt