Skip to content

Releases: CXuesong/TriesSharp

v0.0.1-int.1

04 Mar 17:05

Choose a tag to compare

v0.0.1-int.1 Pre-release
Pre-release

Reduced TrieNode inclusive memory consumption per instance by allocating children keys / values array directly, instead of creating SortedList instances.