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][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
Type Aliases§
- AsyncStdComparableDb
async-stdDatabase forasync-stdruntime. - SmolComparableDb
smolDatabase forsmolruntime. - TokioComparableDb
tokioDatabase fortokioruntime.