ralfbiedert / simd_alignedLinks
SIMD aligned data structures to work with `std::simd`.
☆11Updated 11 months ago
Alternatives and similar repositories for simd_aligned
Users that are interested in simd_aligned are comparing it to the libraries listed below
Sorting:
- Rust closures you can transfer over an FFI boundary☆27Updated 5 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- ☆30Updated last year
- ☆39Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆22Updated 2 weeks ago
- Unbuffered and unlocked I/O streams☆45Updated 8 months ago
- Lending iterators on stable Rust☆83Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- bytes::BufMut implementation to count buffer size☆21Updated this week
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 8 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Track memory allocations by backtrace or originating thread☆45Updated this week
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- ☆34Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Rust HashSet with insertion ordering☆42Updated last week
- Time and duration crate optimized for speed and API stability.☆74Updated 2 weeks ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆116Updated 8 months ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A global executor built on top of async-executor and smol☆75Updated 3 months ago
- A simple way to implement Rayon's ParallelIterator☆18Updated 3 years ago
- Rust String type with configurable byte storage.☆35Updated last year
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago