PruningRadixTrie icon indicating copy to clipboard operation
PruningRadixTrie copied to clipboard

PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete

Results 4 PruningRadixTrie issues
Sort by recently updated
recently updated
newest added

The `UpdateMaxCounts` function updates the `termFrequencyCountChildMax` field, which is also the field by which the `Node.Children` Lists are sorted. Since the `sort` call comes before the `UpdateMaxCounts` call in the...

Is there a chance also to look for **croso** to get results for microsoft? So not only Prefix search.

It would be helpful if we could store additional data in relation to the term like an database id or similar. Maybe there is an easier way but storing all...

Hi, Thanks for this, I have a custom implementation of Tries that this could likely replace. Are there any plans to upload this as a nuget package? I appreciate it's...