aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie/trie.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testobscuren2014-11-211-1/+2
|
* Removed naively casting to bytesobscuren2014-11-211-9/+7
|
* Added paranoia check for triesobscuren2014-11-191-1/+12
|
* Increased coverageobscuren2014-11-191-48/+11
|
* Added caching and database interface to trieobscuren2014-11-191-15/+62
| | | | | * Reimplemented caching for trie * Reimplemented resetting and persisting trie
* Added new iterator and testsobscuren2014-11-191-7/+11
|
* added output testobscuren2014-11-181-0/+2
|
* New modified patricia trieobscuren2014-11-181-0/+286