Add prefix scan for keys using a Trie

This commit is contained in:
James Mills
2019-03-15 23:48:50 +10:00
parent 67840ffb57
commit 3f1d6635c4
6 changed files with 192 additions and 9 deletions

1
go.mod
View File

@@ -1,6 +1,7 @@
module github.com/prologic/bitcask
require (
github.com/derekparker/trie v0.0.0-20180212171413-e608c2733dc7
github.com/gofrs/flock v0.7.1
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.2.0