tavianator / acapLinks
As Close As Possible — nearest neighbor search in Rust
☆23Updated 4 months ago
Alternatives and similar repositories for acap
Users that are interested in acap are comparing it to the libraries listed below
Sorting:
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- Simple neural network library for classification written in Rust.☆46Updated 3 years ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Scoped Runtime for tokio☆17Updated 2 years ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- Rust implementation of the Simple(x) Global Optimization algorithm☆33Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 4 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- ☆40Updated last year
- Overloadable functions in rust.☆43Updated 5 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Migrated to Codeberg☆79Updated last year
- Big array helper for serde☆61Updated last year
- VF2 subgraph isomorphism algorithm in Rust.☆65Updated 4 months ago
- Small and fast library for k-means clustering.☆49Updated last week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Rust map and set literals☆24Updated 5 years ago
- FFSVM stands for "Really Fast Support Vector Machine"☆75Updated 7 months ago
- A minimal OpenCL, CUDA, Vulkan and host CPU array manipulation engine / framework.☆74Updated last week
- Defer dropping large structs to a background thread