keithwill / TrieHard

A playground for building an efficient key and key prefix lookup collection.
MIT License
12 stars 1 forks source link

Fixed Link Problem For SimpleTrie #4

Closed ZenMaxe closed 1 year ago

keithwill commented 1 year ago

It looks like I managed to create a code conflict in your PR by moving the SimpleTrie and you had to adjust for it. Thanks for the fix. Are you trying out the library, or were you just reading about it?

ZenMaxe commented 1 year ago

It looks like I managed to create a code conflict in your PR by moving the SimpleTrie and you had to adjust for it. Thanks for the fix. Are you trying out the library, or were you just reading about it?

you're welcome, yeah i'm using you're library