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:
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- Rust main loop, proof of concept, cross platform☆79Updated 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
- Error management☆27Updated 7 years ago
- ☆126Updated 3 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Hjson for Rust☆117Updated last year
- A cargo subcommand to manage local registries☆155Updated last week
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated last year
- skiplist☆144Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 4 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- A crate with indexed arenas with small memory footprint☆79Updated last year
- Run closures in parallel☆115Updated last year
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 3 months ago
- Runtime string formatting for Rust☆64Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆114Updated 4 years ago
- Rust macro to generate self-referential structs☆212Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- A Rust library for generically joining iterables with a separator☆94Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Rust library providing a counter-based thread barrier☆58Updated 7 years ago
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 7 months ago
- Array helpers for Rust's Vector and String types☆78Updated 2 years ago
- Low level, UDP based networking library for rust.☆59Updated 6 years ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 4 years ago