Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed test | obscuren | 2014-11-21 | 1 | -2/+2 |
| | |||||
* | Fixed iterator for short nodes. | obscuren | 2014-11-21 | 1 | -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 tries | obscuren | 2014-11-19 | 1 | -4/+31 |
| | |||||
* | Increased coverage | obscuren | 2014-11-19 | 1 | -1/+39 |
| | |||||
* | Added caching and database interface to trie | obscuren | 2014-11-19 | 1 | -20/+58 |
| | | | | | * Reimplemented caching for trie * Reimplemented resetting and persisting trie | ||||
* | Added new iterator and tests | obscuren | 2014-11-19 | 1 | -0/+2 |
| | |||||
* | Fixed tests for 'types' | obscuren | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | added output test | obscuren | 2014-11-18 | 1 | -1/+18 |
| | |||||
* | New modified patricia trie | obscuren | 2014-11-18 | 1 | -0/+138 |