Y
Hacker News
new
|
ask
|
show
|
jobs
by
MichaelGG
4666 days ago
I've got a need for something like this, but would like to have the keys and values delta encoded to achieve simple, yet effective, compression.
1 comments
leif
4665 days ago
How about
http://github.com/Tokutek/ft-index
? It's embeddable (BDB-like API), has compression built in, and is a similar data structure to this but with more mature features like transactions.
link