Added new iterator and tests

This commit is contained in:
obscuren
2014-11-19 15:05:08 +01:00
parent 14e2e488fd
commit e70529a977
6 changed files with 160 additions and 11 deletions

View File

@ -139,6 +139,8 @@ func BenchmarkUpdate(b *testing.B) {
// Not actual test
func TestOutput(t *testing.T) {
t.Skip()
base := "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
trie := NewEmpty()
for i := 0; i < 50; i++ {