Posts
All the articles I've posted.
-
Cache-Friendly, Low-Memory Lanczos Algorithm in Rust
How a bit of algorithm engineering and low-level details can alter what seems like a straightforward trade-off on a blackboard.
-
Engineering a fixed-width bit-packed Integer Vector in Rust
Design and implementation of a memory-efficient, fixed-width bit-packed integer vector in Rust, with extremely fast random access.