tiny-lsm 0.1.1

a dead-simple in-memory blocking LSM tree for constant-sized keys and values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.crc32fast]
version = "1.2.2"

[dependencies.log]
version = "0.4.14"

[dependencies.zstd]
version = "0.9.0"

[package]
authors = ["Tyler Neely <t@jujit.su>"]
description = "a dead-simple in-memory blocking LSM tree for constant-sized keys and values"
edition = "2021"
license = "GPL-3.0"
name = "tiny-lsm"
resolver = "2"
version = "0.1.1"