Docs.rs
  • async-skipdb-0.1.1
    • async-skipdb 0.1.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • al8n
    • Dependencies
      • async-txn ^0.1 normal
      • cheap-clone ^0.1 normal
      • crossbeam-skiplist ^0.1 normal
      • either ^1 normal
      • scopeguard ^1 normal
      • skipdb-core ^0.1 normal
      • async-std ^1 dev
      • futures ^0.3 dev
      • rand ^0.8 dev
      • scopeguard ^1 dev
      • smol ^2 dev
      • tokio ^1 dev
      • wmark ^0.1 dev
    • Versions
    • 100% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate async_skipdb

async_skipdb0.1.1

  • All Items
  • Modules
  • Structs
  • Traits

Crates

  • async_skipdb
?
Settings

Crate async_skipdb

source ·
Expand description

Blazing fast ACID and MVCC in memory database.

async-skipdb uses the same SSI (Serializable Snapshot Isolation) transaction model used in badger.

Modules§

  • comparable
    ComparableDB implementation, which requires K implements Ord and CheapClone. If your K implements both Hash and Ord, you are recommended to use EquivalentDB instead.
  • equivalent
    EquivalentDB implementation, which requires K implements both Hash and Ord. If your K does not implement Hash, you can use [ComparableDB] instead.

Structs§

  • AsyncStdSpawnerasync-std
    A AsyncSpawner that uses the async-std runtime.
  • Iter
    An iterator over the entries of the database.
  • Options
    The options used to create a new EquivalentDB.
  • Range
    An iterator over a subset of entries of the database.
  • ReadTransaction
    A read only transaction over the [EquivalentDB],
  • Ref
    A reference to an entry in the write transaction.
  • RevIter
    An iterator over the entries of the database.
  • SmolSpawnersmol
    A AsyncSpawner that uses the smol runtime.
  • TokioSpawnertokio
    A AsyncSpawner that uses the tokio runtime.
  • ValueRef
    A reference to an entry in the write transaction.
  • WriteTransactionIter
    Iterator over the entries of the write transaction.
  • WriteTransactionRange
    An iterator over a subset of entries of the database.
  • WriteTransactionRevIter
    Iterator over the entries of the write transaction.

Traits§

  • AsyncSpawner
    A spawner trait for spawning futures.
  • Detach
    Detaches the task related to the join handle to let it keep running in the background.

Results

Query parser error: "Unexpected - (did you mean ->?)".