semio-ai / vkfft-rsLinks
Rust bindings for VkFFT, a high-performance FFT implementation for Vulkan
☆26Updated 2 years ago
Alternatives and similar repositories for vkfft-rs
Users that are interested in vkfft-rs are comparing it to the libraries listed below
Sorting:
- ☆10Updated 10 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- ☆30Updated 2 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- ☆13Updated 7 months ago
- ☆31Updated 3 months ago
- Place small arrays on the stack with a low-cost!☆17Updated 8 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated 4 months ago
- .npy and .npz file format support for ndarray☆63Updated 9 months ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- A leaner structure of arrays implementation with a vec of tuples like public interface☆13Updated 2 years ago
- Fast, limited-memory array expressions on the stack in Rust, no-std compatible☆27Updated last month
- Fast polygon mesh library with different data structures and traits to abstract over those.☆81Updated 6 months ago
- Rust serialize/deserialize/access reflection for trees (no_std, no alloc)☆30Updated last month
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆22Updated 2 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Command line tool for building Rust shaders using rust-gpu☆31Updated this week
- Kalman filters and other optimal and non-optimal estimation filters in Rust☆21Updated 4 years ago
- Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.☆31Updated 2 years ago
- Floating point types which can be safely shared between threads☆17Updated 9 months ago
- A minimal OpenCL, CUDA, Vulkan and host CPU array manipulation engine / framework.☆74Updated 2 weeks ago
- Rust library for applying Gaussian quadrature to integrate a function☆23Updated 2 weeks ago
- GPU scientific computing on every platform☆106Updated last month
- Simple and Fast 2D rendering library for Rust, based on gfx-hal