aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie/trie.go
Commit message (Expand)AuthorAgeFilesLines
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-335/+0
* Fixed a bug where keys where serialised twiceobscuren2014-12-241-7/+17
* Switched to new trieobscuren2014-12-241-6/+19
* 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
* Added new iterator and testsobscuren2014-11-191-7/+11
* added output testobscuren2014-11-181-0/+2
* New modified patricia trieobscuren2014-11-181-0/+286