Cross-Language Bloom Filter

A language-agnostic Bloom filter with byte-for-byte identical serialization between Java and C. Write in Java, read in C, and extend to Python, Go, and Rust. Zero dependencies, MIT licensed, and powered by MurmurHash32 with verified identical semantics across runtimes.

Java C Data Structures Systems Engineering