Docs.rs
  • kvbench-0.3.0
    • kvbench 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nerdroychan
    • Dependencies
      • bincode ^1.3.3 normal
      • chashmap ^2.2.2 normal optional
      • clap ^4.5.28 normal
      • contrie ^0.1.4 normal optional
      • core_affinity ^0.8.1 normal
      • ctrlc ^3.4.5 normal
      • dashmap ^6.1.0 normal optional
      • env_logger ^0.11.6 normal
      • figment ^0.10.19 normal
      • flurry ^0.5.2 normal optional
      • hashbrown ^0.14.5 normal
      • hdrhistogram ^7.5.4 normal
      • inventory ^0.3.19 normal
      • log ^0.4.25 normal
      • mio ^1.0.3 normal
      • papaya ^0.1.8 normal optional
      • parking_lot ^0.12.3 normal
      • quanta ^0.12.5 normal
      • rand ^0.9.0 normal
      • rand_distr ^0.5.1 normal
      • rocksdb ^0.22.0 normal optional
      • rustc-hash ^2.1.1 normal
      • scc ^2.3.3 normal optional
      • serde ^1.0.217 normal
      • toml ^0.8.20 normal
      • tempfile ^3.16.0 dev
    • Versions
    • 51.66% of the crate is documented
  • Platform
    • 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

kvbench0.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BenchmarkOpt
  • GlobalOpt
  • Request
  • Response
  • WorkloadOpt
  • stores::Registry
  • stores::btreemap::MutexBTreeMap
  • stores::btreemap::RwLockBTreeMap
  • stores::chashmap::CHashMap
  • stores::contrie::Contrie
  • stores::dashmap::DashMap
  • stores::flurry::Flurry
  • stores::hashmap::MutexHashMap
  • stores::hashmap::MutexHashMapOpt
  • stores::hashmap::RwLockHashMap
  • stores::hashmap::RwLockHashMapOpt
  • stores::null::NullMap
  • stores::papaya::Papaya
  • stores::remote::RemoteMap
  • stores::remote::RemoteMapHandle
  • stores::remote::RemoteMapOpt
  • stores::rocksdb::RocksDB
  • stores::rocksdb::RocksDBOpt
  • stores::scc::SccHashMap
  • thread::DefaultJoinHandle
  • thread::DefaultThread

Enums

  • Operation
  • stores::BenchKVMap

Traits

  • AsyncKVMap
  • AsyncKVMapHandle
  • AsyncResponder
  • KVMap
  • KVMapHandle
  • thread::JoinHandle
  • thread::Thread

Functions

  • cmdline
  • stores::hashmap::hash
  • stores::hashmap::shard

Type Aliases

  • stores::hashmap::BaseHashMap