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
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Error management☆26Updated 7 years ago
- Safely combine results☆81Updated 9 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 10 months ago
- A crate with indexed arenas with small memory footprint☆77Updated 10 months ago
- Rust marketing handbook☆38Updated 4 years ago
- Cheat sheet for concepts in Rust which come in matching sets or have some pleasing symmetry☆70Updated 8 years ago
- `rust-reduce` will try to make the source file smaller by interpreting it as valid Rust code and intelligently removing parts of the code…☆100Updated 11 months ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Experimental Rust QUIC implementation - moved to https://github.com/djc/quinn☆67Updated 6 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- ☆124Updated 2 years ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- Custom exit status codes with ? in main☆29Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- indexlist: A doubly linked list, backed by a vector☆85Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated last week
- skiplist☆142Updated 3 years ago
- A tool for auditing Cargo dependencies during updates☆54Updated 6 years ago