aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie/iterator.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-115/+0
|
* Fixed a bug where keys where serialised twiceobscuren2014-12-241-1/+1
|
* 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