AdamNiederer / fasterLinks
SIMD for humans
☆1,597Updated 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,843Updated 2 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,066Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,267Updated last year
- The write-once-run-anywhere GPGPU library for Rust☆1,612Updated 2 years ago
- Compile time static maps for Rust☆2,076Updated 3 months ago
- The missing batteries of Rust☆2,071Updated 11 months ago
- Error management☆1,420Updated 5 years ago
- Represent large sets and maps compactly with finite state transducers.☆2,025Updated last year
- Automated property based testing for Rust (with shrinking).☆2,678Updated 8 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,237Updated 2 weeks ago
- JSON parser which picks up values directly without performing tokenization in Rust☆638Updated 8 years ago
- Slotmap data structure for Rust☆1,272Updated last month
- A binary encoder / decoder implementation in Rust.☆3,079Updated 4 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Updated 2 years ago
- A parser combinator library for Rust☆1,350Updated 11 months ago
- A crate for managing memory bit by bit☆1,361Updated last year
- Rust persistent data structures☆1,652Updated 2 months ago
- Assorted immutable collection datatypes for Rust☆1,567Updated last year
- An intrusive flamegraph profiling tool for rust.☆729Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,267Updated this week
- Analysis of various tricky Rust code☆1,988Updated 3 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,452Updated last week
- Rust port of simdjson☆1,360Updated last month
- A fast bump allocation arena for Rust☆2,046Updated this week
- Rust wrapper for ArrayFire☆825Updated 2 years ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,979Updated 4 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 5 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,074Updated last month
- Simple tracing (mark and sweep) garbage collector for Rust☆1,057Updated 4 months ago
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,416Updated 3 weeks ago