aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testobscuren2014-11-212-3/+4
|
* Removed naively casting to bytesobscuren2014-11-211-9/+7
|
* Fixed iterator for short nodes.obscuren2014-11-213-4/+9
| | | | | 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-193-10/+48
|
* Increased coverageobscuren2014-11-193-49/+92
|
* Added caching and database interface to trieobscuren2014-11-195-38/+130
| | | | | * Reimplemented caching for trie * Reimplemented resetting and persisting trie
* Added new iterator and testsobscuren2014-11-195-8/+159
|
* Fixed tests for 'types'obscuren2014-11-191-1/+1
|
* added output testobscuren2014-11-182-1/+20
|
* New modified patricia trieobscuren2014-11-187-0/+589