ralfbiedert / simd_alignedLinks
SIMD aligned data structures to work with `std::simd`.
☆11Updated last year
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
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A rust library for reusing heap allocations☆24Updated 5 years ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- ☆41Updated 2 years ago
- A simple way to implement Rayon's ParallelIterator☆19Updated 3 years ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last week
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- 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
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆33Updated 3 months ago
- Track memory allocations by backtrace or originating thread☆46Updated 2 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- Rust traits for key comparison in maps.☆37Updated 11 months ago
- Take a value atomically once.☆30Updated 3 years ago
- Some internal rustc tools made accessible☆47Updated 3 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago