December 17, 2025
Data-Structures
Browse posts by tag
December 17, 2025
The Algorithm Design Manual
December 17, 2025
The Art of Computer Programming, Vol 1: Fundamental Algorithms
November 30, 2025
AlgoGraph: Immutable Graph Library with Functional Transformers
AlgoGraph is an immutable graph library for Python with pipe-based transformers, declarative selectors, and lazy views.
November 30, 2025
libdis: Disjoint Interval Sets as a Complete Boolean Algebra
A C++ header-only library that treats disjoint interval sets as proper mathematical objects with Boolean algebra operations.
October 1, 2025
Algebraic Composition for Streaming Data Reduction: A Type-Safe Framework with Numerical Stability
October 1, 2025
Cryptographic perfect hash functions: A theoretical analysis on space efficiency, time complexity, and entropy
October 1, 2025
maph: Maps Based on Perfect Hashing for Sub-Microsecond Key-Value Storage
December 15, 2024
The Dot Ecosystem: From Simple Paths to Data Algebras
A composable ecosystem of tools for manipulating nested data structures. From a simple helper function to a full data algebra, guided by purity, pedagogy, and the principle of least power.
June 21, 2024
AlgoTree: Immutable Trees with Functional Transformers
An immutable-by-default tree library for Python with composable transformations, pipe-based pipelines, and pattern-matching selectors.
October 15, 2018
Packed Containers: Zero-Waste Bit-Level Storage in C++
What if containers wasted zero bits? A C++ library for packing arbitrary value types at the bit level using pluggable codecs.