aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug where keys where serialised twiceobscuren2014-12-244-12/+23
* Switched to new trieobscuren2014-12-243-7/+27
* 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
* 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
* 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