Crates.io | v-trie |
lib.rs | v-trie |
version | 0.1.2 |
source | src |
created_at | 2023-07-14 00:19:01.532096 |
updated_at | 2023-07-14 00:46:28.569323 |
description | Just a generic compressed prefix tree. |
homepage | |
repository | https://github.com/vargrind/v-trie.rs/ |
max_upload_size | |
id | 915731 |
size | 15,398 |
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.