kpol / trie

Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
MIT License
100 stars 19 forks source link

Thread safe / immutable Trie #5

Open nhaberl opened 4 years ago

nhaberl commented 4 years ago

Would be great to see an immutable / thread safe Trie. Similar to Immutable collections in net framework.