Computes the rolling mean, variance, standard derivation and norm.
Real-time market data streaming primitives — 100K+ ticks/second ingestion pipeline
A pure-rust library for interfacing with BerryIMUv3
Deterministic DSFB semiconductor benchmark companion for SECOM and PHM-style dataset adapters
a complex numbers, 2d/3d graphing, arbitrary precision, vector/matrix, cli calculator with real-time output and support for units
a complex numbers, 2d/3d graphing, arbitrary precision, vector/matrix, cli calculator with real-time output and support for units
Rust implementation baseline for NormCore normative admissibility evaluator
Covariance estimation algorithms
A Rust library for ring queries in high-dimensional vector spaces.
cryptographic multi-tool with file analysis, encoding, bitflipping, splitting, hashing, encryption, signing, and more
Compiled bespoke .cu kernel template instantiations for the baracuda ML kernel facade plus C-ABI FFI facades for the library-backed plans (cuDNN conv/pool, cuSOLVER linalg, cuFFT/cuRAND, CUTLASS GEMM re-export). Hosts curated CUDA kernel sources (int8/FP8/int4/bin GEMM RRR, elementwise, reduce, norm, attention, …), builds them via baracuda-forge, exposes extern "C" entry points for the safe baracuda-kernels crate. CUTLASS template kernels live in the sibling baracuda-cutlass-kernels-sys crate and are re-exported here under the unified baracuda_kernels_gemm_* namespace.
A from-scratch deep learning library in Rust — tensors, autograd, NEON SIMD, Metal GPU, and working models