Module async_skipdb::comparable
source · Expand description
ComparableDB
implementation, which requires K
implements Ord
and CheapClone
. If your K
implements both Hash
and Ord
, you are recommended to use EquivalentDB
instead.
Structs§
- A concurrent ACID, MVCC in-memory database based on
crossbeam-skiplist
. - A read only transaction over the [
EquivalentDB
],
Traits§
- Things that are fast to clone in the context of an application such as Graph Node