graus-db 0.1.0

A high-performance, thread-safe key-value embedded data store.
Documentation
[[bench]]
harness = false
name = "graus_db_single_thread"

[dependencies.crossbeam-skiplist]
version = "0.1"

[dependencies.log]
version = "0.4.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[dev-dependencies.rand]
version = "0.6.5"

[dev-dependencies.tempfile]
version = "3.0.7"

[dev-dependencies.walkdir]
version = "2.2.7"

[package]
authors = ["Ricardo Pallas Roman <rpallas92@gmail.com>"]
categories = ["algorithms", "asynchronous", "data-structures", "distributed-systems"]
description = "A high-performance, thread-safe key-value embedded data store."
documentation = "https://github.com/rpallas92/GrausDB"
edition = "2018"
homepage = "https://github.com/rpallas92/GrausDB"
keywords = ["database", "performance", "data-storage"]
license = "MIT/Apache-2.0"
name = "graus-db"
readme = "README.md"
repository = "https://github.com/rpallas92/GrausDB"
version = "0.1.0"