glguy / tries

BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Traverse Word tries in numerical order? #33

Open treeowl opened 1 year ago

treeowl commented 1 year ago

The conversion from Word to Int does not preserve ordering, so simply traversing the IntMap does not traverse the keys in numerical order. This seems a bit peculiar, though not technically wrong. Do we want to do something about it?