mbrubeck / fast-rustLinks
A book about performance optimization in the Rust programming language
☆71Updated 4 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:
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- Hjson for Rust☆114Updated last year
- skiplist☆142Updated 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
- Rust syntax sugar collections.☆129Updated 6 years ago
- A crate with indexed arenas with small memory footprint☆78Updated last year
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- 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
- ☆125Updated 3 years ago
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- A Rust library (crate) for reading and easily navigating forward, backward or randomly through the lines of huge files. Tested with files…☆88Updated 3 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Fast and simple file reading for Rust☆39Updated last year
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A crate for writing TCP servers and clients for applications and games☆77Updated 4 months ago
- A HashMap variant that spreads resize load across inserts☆193Updated 8 months ago
- Rust marketing handbook☆38Updated 4 years ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 4 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A cross platform rust debugger hook☆71Updated 4 years ago