ehsanmok / dlpackrs
DLPack safe Rust binding
☆14Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for dlpackrs
- Machine learning library providing matrices, named tensors, linear algebra and autodiff aimed at being easy to use☆24Updated last week
- A simple way to implement Rayon's ParallelIterator☆17Updated 2 years ago
- Rust wrappers for NGT approximate nearest neighbor search☆36Updated 5 months ago
- cross-platform Rust API for memory mapped IO☆40Updated 6 months ago
- Reports when tokio runtime threads are blocking☆64Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated last year
- ☆58Updated 9 months ago
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆75Updated 3 weeks ago
- Tensor library for machine learning☆20Updated this week
- Rust traits for key comparison in maps.☆19Updated last year
- A minimalist property-based testing library☆104Updated 3 months ago
- LLaMa 7b with CUDA acceleration implemented in rust. Minimal GPU memory needed!☆101Updated last year
- Generic Automatic Differentiation library for Rust (aka "autograd")☆31Updated 3 years ago
- Fast, limited-memory array expressions on the stack in Rust, no-std compatible☆27Updated 10 months ago
- A simple in-memory search for collections and key-value stores.☆64Updated 3 weeks ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 weeks ago
- Succinct data structures using very efficient rank and select☆62Updated last month
- Parallel Barnes-Hut t-SNE implementation written in Rust.☆67Updated last month
- An object system for Rust based on relative pointers☆37Updated last year
- Basic Ordinary Differential Equation solvers☆57Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated 8 months ago
- 8-bit floating point types for Rust☆40Updated last month
- Procedural macro to easily write higher-order strategies in proptest.☆44Updated 4 months ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆30Updated 6 months ago
- Experimenting with Rust's fundamental data model☆47Updated last month
- Small and fast library for k-means clustering.☆41Updated last month
- A primitive for writing structural search and replace programs for rust