Skip to content

vargrind/v-trie.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generic compressed prefix tree in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages