Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# kv

Key-Value Stores
Key-Value Store Experimentation

**UNDER DEVELOPMENT, IT WILL CHANGE**
## Preface

**DO NOT USE! (yet)**

This is still under development, it **will** change. Drastically.
This is the first attempt, intended be thrown away.

## Goals (eventually)

kv is a library with a few key-value store implementations.
These are roughly equivalent to a `map[[]byte]<value type>`,
Expand Down