sdleffler / qp-trie-rs

An idiomatic and fast QP-trie implementation in pure Rust.
Mozilla Public License 2.0
95 stars 24 forks source link

Optimize Trie::count by tracking the size of the trie for each insert/removal #21

Closed messense closed 4 years ago

sdleffler commented 4 years ago

Nice work, thanks!

sdleffler commented 4 years ago

Published as 0.7.5.