Docs.rs
sync-utils-0.1.4
sync-utils 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
frostyplanet
Dependencies
async-trait ^0
normal
atomic-waitgroup ^0
normal
chrono ^0
normal
core_affinity ^0.5
normal
crossfire ^2.0
normal
lazy_static ^1.4
normal
log ^0.4
normal
num_cpus ^1
normal
parking_lot ^0.9
normal
tokio ^1
normal
captains-log ^0.3.2
dev
crossbeam ^0.8
dev
tokio ^1
dev
Versions
30.88%
of the crate is documented
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
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
sync_
utils
0.1.4
Module cpu
Module Items
Structs
In crate sync_
utils
sync_utils
Module
cpu
Copy item path
Source
Expand description
Sharding to minimise the cost
Structs
ยง
CpuShard
Determine the right sharding by cpu, and minimise the cost of hashing function of remainder calculation.