mbrubeck / fast-rustLinks
A book about performance optimization in the Rust programming language
☆72Updated 5 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
- skiplist☆144Updated 4 years ago
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- ☆125Updated 3 years ago
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- Hjson for Rust☆117Updated last year
- A Rust library for generically joining iterables with a separator☆94Updated 2 years ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last month
- Run closures in parallel☆115Updated 10 months ago
- A circular buffer with fixed capacity (Rust).☆107Updated last year
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆194Updated 10 months ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 5 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Fast and simple file reading for Rust☆39Updated last year
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- Runtime string formatting for Rust☆64Updated 6 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 trivial Rust struct for interchange of pixel buffers with width, height & stride☆60Updated last month
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- A cargo subcommand to manage local registries☆156Updated 3 weeks ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Parallel HashMap and HashSet for Rust☆56Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago