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
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Run closures in parallel☆113Updated 4 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- Rust's built-in testing and benchmarking framework☆60Updated 3 years ago
- Safely combine results☆81Updated 9 months ago
- Thread-safe in-memory key-value store.☆63Updated 4 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 9 months ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 11 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 9 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 8 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- Asynchronous HTTP client built on libcurl☆111Updated 6 years ago
- Rust library providing a lazily filled Cell☆60Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated 2 weeks ago
- Find the load at which a benchmark falls over.☆35Updated 4 years ago
- skiplist☆142Updated 3 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆114Updated 2 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Error management☆26Updated 7 years ago
- Rust marketing handbook☆38Updated 4 years ago
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- ☆53Updated 5 years ago