Engineering

Technical writing

Jul 2025

Why I Built FastCSV-C: Making CSV Handling Easy Across Languages

For years, I had nightmares handling CSV in both Python and PHP—across many real-world projects. Here’s why I built FastCSV-C: a fast, memory-safe CSV library in C, embeddable in any language. Lessons learned about FFI, memory, and performance.