issues
search
hashicorp
/
go-immutable-radix
An immutable radix tree implementation in Golang
Mozilla Public License 2.0
999
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
LongestPrefix matching only works for string-based byte slice keys
#8
arussellsaw
closed
8 years ago
2
After using iterator.SeekPrefix, the iterator stop working beyond the current element
#7
asogor
closed
8 years ago
4
Fix caching problem
#6
EasonLiao
closed
8 years ago
4
Fixes a comment typo.
#5
slackpad
closed
8 years ago
0
Switch modified cache from map to LRU. Fixes #2
#4
armon
closed
8 years ago
1
Introduce partial prefix searching
#3
iverberk
closed
8 years ago
1
Limit the size of the modified node cache
#2
slackpad
closed
8 years ago
0
Fix example to work
#1
tcnksm
closed
9 years ago
1
Previous