dscale 0.6.0

A fast & deterministic simulation framework for benchmarking and testing distributed systems
Documentation
1
2
3
// Optimizes frequent Arc small-size allocations
#[global_allocator]
static GLOBAL_ALLOCATOR: mimalloc::MiMalloc = mimalloc::MiMalloc;