Why do I find Rust inadequate for codecs? 2025-02-13 :: Kamila Szewczyk #opinion #rust #cpp #compression With memory safety becoming more important in the world of computer science, I offer a brief opinion piece on why I choose to implement codecs in C. Read more →
Lempel-Ziv factorisation for file type detection. 2024-05-05 :: Kamila Szewczyk #compression A very short explanation of how to make use of Lempel-Ziv factorisation for file type detection and segmentation. Read more →