We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf173c commit e460ff6Copy full SHA for e460ff6
README.md
@@ -9,6 +9,10 @@ A simple concurrent hash index based key-value store in go. It is very much insp
9
- **Ordered Access** - Since the only supported index format is hash table based, there is no mechanism to access the keys in sorted order.
10
- **Query Engine** - There is no query engine implemented yet. There are functions available in the library to query data though.
11
12
+### Dependencies
13
+ xxhash: `go get github.com/OneOfOne/xxhash`
14
+ sys/unix: `go get golang.org/x/sys/unix`
15
+
16
### Building the shell
17
`go build ./cmd/shell`
18
0 commit comments