u8_ternary_tree

Crates.iou8_ternary_tree
lib.rsu8_ternary_tree
version0.1.2
created_at2025-11-03 22:39:58.138578+00
updated_at2025-11-03 22:39:58.138578+00
descriptionA Ternary Search Tree based on [u8] input and output
homepage
repositoryhttps://github.com/mmosko/ternary_tree.git
max_upload_size
id1915364
size11,640
Marc Mosko (mmosko)

documentation

README

ternary_tree

A rust ternary search tree.

This TST is simple, with insert(), search(), and longest_prefix(). We will add remove() soon.

TODO

It's a long list. The TrieValueType should be a generic. The code is not optimized.

Commit count: 0

cargo fmt