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:
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- Hjson for Rust☆117Updated last year
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- skiplist☆144Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Run closures in parallel☆115Updated 11 months 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
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆114Updated 4 years ago
- Fast and simple file reading for Rust☆39Updated last month
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- ☆125Updated 3 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 7 months ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 4 years ago
- Rust macro to generate self-referential structs☆212Updated 4 years ago
- A cargo subcommand to manage local registries☆155Updated last week
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- Safely combine results☆82Updated last year
- A crate with indexed arenas with small memory footprint☆79Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- Error management☆27Updated 7 years ago
- Rust bindings for Amazon's Hawktracer profiler☆74Updated 5 years ago
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆61Updated 2 months ago