v-trie 0.1.2

Just a generic compressed prefix tree.
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented0 out of 16 items with examples
  • Size
  • Source code size: 15.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 317.16 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • arcansiva/v-trie.rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • arcansiva

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.