aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie/iterator.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed iterator for short nodes.obscuren2014-11-211-2/+3
| | | | | In some cases the iterator didn't properly return the correct key because it didn't append fields to the reverse lookup.
* Added new iterator and testsobscuren2014-11-191-0/+114