cornerstore 0.1.0

An in-memory key/value store for read-heavy workloads with expireable items.
Documentation
[dependencies.fxhash]
optional = true
version = "0.2"

[dependencies.jemallocator]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dev-dependencies.bustle]
version = "0.4.2"

[dev-dependencies.num_cpus]
version = "1"

[dev-dependencies.tracing-subscriber]
version = "0.2"

[features]
safe-input = ["fxhash"]

[lib]
crate-type = ["cdylib"]
name = "cornerstore"

[package]
authors = ["Tim McNamara <code@timmcnamara.co.nz>"]
categories = ["caching"]
description = "An in-memory key/value store for read-heavy workloads with expireable items."
edition = "2018"
keywords = ["cache", "concurrency"]
license = "Apache-2.0"
license-file = "LICENCE"
name = "cornerstore"
readme = "README.md"
repository = "https://github.com/timClicks/cornerstore"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = "fat"