dscale 0.5.2

A fast & deterministic simulation framework for benchmarking and testing distributed systems
Documentation
1
2
3
// There are a lot of Rc small allocations, so we optimize this too using different allocator
#[global_allocator]
static GLOBAL_ALLOCATOR: mimalloc::MiMalloc = mimalloc::MiMalloc;