laysakura / trie-rs

Memory efficient trie (prefix tree) library based on LOUDS
https://crates.io/crates/trie-rs
Apache License 2.0
90 stars 10 forks source link

ability to clone Tries? #16

Closed sam0x17 closed 4 months ago

sam0x17 commented 3 years ago

It looks like this isn't possible at the moment? Would really appreciate it if Trie implemented Clone

avnerbarr commented 2 years ago

Is this possible? How do you update a tree after it has been built?

shanecelis commented 4 months ago

Trie implements clone now in v0.3.0.