AdamNiederer / fasterLinks
SIMD for humans
☆1,596Updated 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,813Updated this week
- The write-once-run-anywhere GPGPU library for Rust☆1,609Updated 2 years ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,254Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,052Updated this week
- Compile time static maps for Rust☆2,061Updated last month
- Error management☆1,420Updated 5 years ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,194Updated 2 weeks ago
- The missing batteries of Rust☆2,069Updated 9 months ago
- Assorted immutable collection datatypes for Rust☆1,557Updated last year
- Slotmap data structure for Rust☆1,259Updated last year
- A binary encoder / decoder implementation in Rust.☆3,084Updated 3 months ago
- Represent large sets and maps compactly with finite state transducers.☆1,995Updated last year
- A parser combinator library for Rust☆1,344Updated 10 months ago
- Automated property based testing for Rust (with shrinking).☆2,662Updated 6 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,236Updated last week
- Portable Packed SIMD Vectors for Rust standard library☆634Updated last year
- An intrusive flamegraph profiling tool for rust.☆727Updated last year
- Rust wrapper for ArrayFire☆824Updated 2 years ago
- Rust port of simdjson☆1,341Updated this week
- A fast bump allocation arena for Rust☆1,974Updated last month
- Analysis of various tricky Rust code☆1,970Updated 2 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,044Updated last month
- Rust persistent data structures☆1,627Updated 3 weeks ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,976Updated 3 months ago
- Cap'n Proto for Rust☆2,355Updated last month
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,276Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,442Updated 2 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆685Updated 2 years ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,614Updated last week
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,400Updated 3 months ago