tavianator / acap
As Close As Possible — nearest neighbor search in Rust
☆22Updated 2 months ago
Alternatives and similar repositories for acap
Users that are interested in acap are comparing it to the libraries listed below
Sorting:
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A Rust library for runtime-checked linearish types☆33Updated last year
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Computer vision library built on top of ndarray☆69Updated 7 months ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- Rust implementation of the Simple(x) Global Optimization algorithm☆34Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Calculate statistics iteratively☆38Updated 2 months ago
- Fast and correct computations with uncertain values☆87Updated 4 years ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- Simple neural network library for classification written in Rust.☆46Updated 2 years ago
- Overloadable functions in rust.☆43Updated 5 years ago
- ☆34Updated 6 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- #[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, FusedIterator, Extend)] for enums.☆14Updated last month
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated last month
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Compact sets in rust☆56Updated 2 months ago
- ☆36Updated 9 months ago
- Spatial library for Rust☆40Updated 3 years ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated last year
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆65Updated 8 months ago
- A radioactive stabilization of the ptr_meta RFC.☆26Updated 2 weeks ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- A Vec-like collection which guarantees stable indices and features O(1) deletion of elements☆20Updated last year
- Extensions for the Rust standard library☆39Updated last year
- Uses rust-cpython to provide a convenient interface to Python's matplotlib from Rust☆20Updated 9 years ago