dscale 0.4.0

A fast & deterministic simulation framework for testing and benchmarking 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;