mbrubeck / fast-rustLinks
A book about performance optimization in the Rust programming language
☆72Updated 5 years ago
Alternatives and similar repositories for fast-rust
Users that are interested in fast-rust are comparing it to the libraries listed below
Sorting:
- Rust main loop, proof of concept, cross platform☆79Updated 6 years ago
- Hjson for Rust☆117Updated last year
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- skiplist☆144Updated 4 years ago
- A HashMap variant that spreads resize load across inserts☆196Updated last year
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆232Updated 8 months ago
- ☆126Updated 3 years ago
- Simple but powerful graph library for Rust☆194Updated 3 years ago
- A typesafe store keyed by types and containing different types of values.☆181Updated 7 years ago
- Safely combine results☆82Updated last year
- Error management☆27Updated 7 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆91Updated 3 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Rust syntax sugar collections.☆129Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Run closures in parallel☆114Updated last year
- A cargo subcommand to manage local registries☆155Updated 3 weeks ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆117Updated 3 years ago
- A stopwatch library for Rust. Used to time things.☆84Updated 3 years ago
- Async tracing capabilities for the log crate☆98Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆115Updated 4 years ago
- Rust macro to generate self-referential structs☆211Updated 4 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated 2 years ago
- Accessing file timestamps in a platform-agnostic fashion in Rust☆127Updated last week
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Runtime string formatting for Rust☆64Updated 6 years ago