aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie/trie_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testobscuren2014-11-211-2/+2
|
* Fixed iterator for short nodes.obscuren2014-11-211-2/+1
| | | | | In some cases the iterator didn't properly return the correct key because it didn't append fields to the reverse lookup.
* Added paranoia check for triesobscuren2014-11-191-4/+31
|
* Increased coverageobscuren2014-11-191-1/+39
|
* Added caching and database interface to trieobscuren2014-11-191-20/+58
| | | | | * Reimplemented caching for trie * Reimplemented resetting and persisting trie
* Added new iterator and testsobscuren2014-11-191-0/+2
|
* Fixed tests for 'types'obscuren2014-11-191-1/+1
|
* added output testobscuren2014-11-181-1/+18
|
* New modified patricia trieobscuren2014-11-181-0/+138