TeXitoi / benchmarksgame-rs
The Computer Language Benchmarks Game: Rust implementations
☆70Updated 5 years ago
Alternatives and similar repositories for benchmarksgame-rs:
Users that are interested in benchmarksgame-rs are comparing it to the libraries listed below
- A simple map based on a vector for small integer keys☆64Updated last month
- A pool of reusable values☆50Updated 5 years ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Experimental collection traits for Rust☆28Updated 7 years ago
- Unix signal handling for tokio☆87Updated 6 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 5 months ago
- a cargo subcommand for counting lines of code in Rust projects☆129Updated last year
- Safely combine results☆81Updated 4 months ago
- ☆76Updated 2 years ago
- ☆52Updated 5 years ago
- ☆58Updated 5 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago
- ☆60Updated 7 years ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆80Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆105Updated last year
- In support of measuring heap allocations in Rust programs.☆99Updated 5 years ago
- Arena allocator and a handful of useful data structures☆39Updated 4 years ago
- rust histogram and percentile stats☆46Updated 4 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆68Updated 4 years ago
- Convert `try!()` into `?`s☆33Updated 7 years ago
- Candidates for inclusion in the Rust standard library☆89Updated 2 years ago
- Implementation of libm in rust☆34Updated 7 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- A cross platform rust debugger hook☆70Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated last month