rust-darts icon indicating copy to clipboard operation
rust-darts copied to clipboard

Double Array Trie in Rust

Results 7 rust-darts issues
Sort by recently updated
recently updated
newest added

* https://github.com/Tessil/hat-trie

benchmark

`cedar` is a really fast implementation of double array trie, it resolves the slow insertion issue. * http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/cedar/ * http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/papers/ynaga-coling2014.pdf

question

* Not sure the benefit, tradeoff. My hunch is the performance would be better, but not so sure.

feature

https://linux.thai.net/~thep/datrie/#Suffix

feature

There are duplicates in both of the impl.

enhancement

* Library candidate: https://docs.rs/flatbuffers/0.6.0/flatbuffers/ Related issue: https://github.com/andelf/rust-darts/issues/21 cc @messense

feature