AdamNiederer / fasterLinks
SIMD for humans
☆1,595Updated 2 years ago
Alternatives and similar repositories for faster
Users that are interested in faster are comparing it to the libraries listed below
Sorting:
- Rust port of Google's SwissTable hash map☆2,856Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,269Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,073Updated 2 weeks ago
- The missing batteries of Rust☆2,076Updated 11 months ago
- Error management☆1,419Updated 5 years ago
- Compile time static maps for Rust☆2,089Updated 3 months ago
- Assorted immutable collection datatypes for Rust☆1,567Updated last year
- Slotmap data structure for Rust☆1,284Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,263Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,286Updated 3 weeks ago
- The write-once-run-anywhere GPGPU library for Rust☆1,613Updated 3 years ago
- A binary encoder / decoder implementation in Rust.☆3,075Updated 5 months ago
- An intrusive flamegraph profiling tool for rust.☆729Updated last year
- Automated property based testing for Rust (with shrinking).☆2,689Updated 8 months ago
- A parser combinator library for Rust☆1,352Updated last year
- Represent large sets and maps compactly with finite state transducers.☆2,041Updated last year
- Rust port of simdjson