mbrubeck / fast-rustLinks
A book about performance optimization in the Rust programming language
☆70Updated 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:
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A simple JSON file store written in Rust.☆64Updated 6 months ago
- Error management☆26Updated 7 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated last week
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 11 months ago
- Rust marketing handbook☆38Updated 4 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- skiplist☆142Updated 3 years ago
- Safely combine results☆81Updated 10 months ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- Run closures in parallel☆114Updated 5 months ago
- An LCS based slice and string diffing implementation.☆83Updated last year
- async for rust without the noise☆142Updated 5 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
- A crate with indexed arenas with small memory footprint☆77Updated 10 months ago
- Runtime string formatting for Rust☆64Updated 5 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Rust syntax sugar collections.☆129Updated 6 years ago
- Example of a tokio-based chat server and client☆55Updated 6 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Rust library providing a lazily filled Cell☆60Updated 4 years ago