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:
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- skiplist☆142Updated 3 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- Rust marketing handbook☆38Updated 4 years ago
- Hjson for Rust☆114Updated 11 months ago
- ☆125Updated 3 years ago
- Safely combine results☆81Updated last year
- Run closures in parallel☆114Updated 7 months ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- A cargo subcommand to manage local registries☆155Updated this week
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- indexlist: A doubly linked list, backed by a vector☆85Updated 2 years ago
- Example of a tokio-based chat server and client☆56Updated 6 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- A list of useful Rust crates.☆43Updated 8 years ago
- Fully async-await http server framework☆92Updated last week
- Provides a preview of Actix with async/await support.☆54Updated 6 years ago
- Fast and simple file reading for Rust☆38Updated last year
- A simple bitset container for Rust☆148Updated 2 months ago
- A crate with indexed arenas with small memory footprint☆77Updated last year
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- ☆62Updated 3 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 2 months ago
- An alternative implementation of std::LinkedList☆59Updated 8 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago