dashcache 0.1.0

A simple, highly concurrent cache for hash-consing values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dashcache"
version = "0.1.0"
authors = ["Jad Ghalayini <jad.ghalayini@hotmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/tekne/dashcache"
description = "A simple, highly concurrent cache for hash-consing values"
keywords = ["data-structure", "hash", "consing", "sharing", "sync"]
categories = ["concurrency", "data-structures"]

[dependencies]
ahash = "^0.3"
elysees = "^0.0.2"
itertools = "^0.9"
dashmap = "^3"