mbrubeck / fast-rustLinks
A book about performance optimization in the Rust programming language
☆71Updated 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:
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- 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
- skiplist☆142Updated 3 years ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- Rust macro to generate self-referential structs☆211Updated 4 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 7 months ago
- ☆125Updated 3 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- Hjson for Rust☆114Updated 11 months ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Fully async-await http server framework☆92Updated last month
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- A cargo subcommand to manage local registries☆156Updated this week
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last year
- Error management☆27Updated 7 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 3 months ago
- Run closures in parallel☆114Updated 8 months ago
- Data parallelism library for async-std.☆94Updated last year
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago