Efficiently schedule work and inspect the hardware environment on many-processor systems
Implementation crate for many_cpus - do not reference directly
Criterion benchmark harness to easily compare different processor configurations
A Cargo tool to detect the package that a file belongs to, passing the package name to a subcommand
Vmem is a resource management system theorized by Jeff Bonwick and Jonathan Adams in *[Magazines and Vmem: Extending the Slab Allocator to Many CPUs and Arbitrary Resources][1]*. It provides O(1) allocation and deallocation of any opaque numerical 'resource,' such as a block of memory or a process ID.
High performance coroutine library with native experience
Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage
cargo-test-fuzz
To make fuzzing Rust easy
A highly parallel Perl 5 interpreter written in Rust
Quick Singular Value Decomposition for 3x3 matrix. SIMD Supported.
Mechanisms for multithreaded benchmarking, designed for integration with Criterion or a similar benchmark framework