Posts
All the articles I've posted.
Engineering a fixed-width bit-packed Integer Vector in Rust
Posted on:September 24, 2025Design and implementation of a memory-efficient, fixed-width bit-packed integer vector in Rust, with extremely fast random access.
Cache-Friendly, Low-Memory Lanczos Algorithm in Rust
Posted on:September 16, 2025Implementing a cache-friendly, low-memory two-pass Lanczos algorithm in Rust, focusing on efficient memory access patterns and minimal allocations.