mbrubeck / fast-rustLinks
A book about performance optimization in the Rust programming language
☆72Updated 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:
- 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
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆60Updated 3 weeks 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
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Hjson for Rust☆115Updated last year
- Rust marketing handbook☆38Updated 4 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Fast and simple file reading for Rust☆39Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Safely combine results☆82Updated last year
- Coroutine and async/await support for tokio-based futures☆120Updated 5 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 3 months ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Error management☆27Updated 7 years ago
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- skiplist☆142Updated 3 years ago
- A simple JSON file store written in Rust.☆65Updated 10 months ago
- Coordination repository of the ecosystem Working Group (WG)☆22Updated 7 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 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…☆90Updated 3 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