Docs.rs
  • libcorenn-0.3.1
    • libcorenn 0.3.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • wilsonzlin
    • Dependencies
      • ahash ^0.8.11 normal
      • arbitrary-lock ^0.1.1 normal
      • bytemuck ^1.20.0 normal
      • byteorder ^1.5.0 normal
      • dashmap ^6.1.0 normal
      • data-encoding ^2.6.0 normal
      • derive_more ^2.0.1 normal
      • half ^2.4.1 normal
      • hnswlib-rs ^0.2.0 normal
      • itertools ^0.13.0 normal
      • linfa ^0.7.0 normal
      • linfa-clustering ^0.7.0 normal
      • linfa-nn ^0.7.0 normal
      • ndarray ^0.15 normal
      • num ^0.4.3 normal
      • num_cpus ^1.16.0 normal
      • ordered-float ^4.3.0 normal
      • parking_lot ^0.12.3 normal
      • rand ^0.8 normal
      • rayon ^1.10.0 normal
      • rmp-serde ^1.3.0 normal
      • rocksdb ^0.22.0 normal
      • serde ^1.0.210 normal
      • strum ^0.26.3 normal
      • strum_macros ^0.26.4 normal
      • toml ^0.8.19 normal
      • tracing ^0.1.41 normal
      • ndarray-rand ^0.14.0 dev
      • tracing-subscriber ^0.3.18 dev
    • Versions
    • 4.9% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libcorenn0.3.1

Crate Items

  • Structs
  • Enums
  • Statics
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • CoreNN
  • State
  • cache::Cache
  • cfg::Cfg
  • compressor::pq::ProductQuantizer
  • compressor::trunc::TruncCompressor
  • store::in_memory::InMemoryStore
  • store::rocksdb::RocksDBStore
  • store::schema::DbEntTyp
  • store::schema::DbNodeData
  • util::AtomUsz

Enums

  • cfg::CompressionMode
  • metric::StdMetric
  • store::WriteOp
  • vec::VecData

Traits

  • cache::Cacheable
  • cache::CacheableTransformer
  • compressor::Compressor
  • store::Store
  • store::schema::DbEntKeySfxTyp

Functions

  • cache::new_cv_cache
  • cache::new_node_cache
  • common::nan_to_num
  • compaction::compact
  • metric::cosine::dist_cosine
  • metric::l2::dist_l2
  • store::rocksdb::rocksdb_options

Type Aliases

  • cache::CVCache
  • cache::NodeCache
  • common::Id
  • compressor::CV
  • metric::Metric

Statics

  • store::schema::ADD_EDGES
  • store::schema::CFG
  • store::schema::DELETED
  • store::schema::ID_TO_KEY
  • store::schema::KEY_TO_ID
  • store::schema::NODE
  • store::schema::PQ_MODEL