Hi HN, this is the 1.0 release of FastParseX, a modular C++ parsing engine for CSV, logs, and binary data.
The goal is to provide a clean, dependency‑free, high‑throughput parser with a simple API and a modular architecture (core, csv, log, binary, compress, parallel, profiling, export).
This release includes:
• CSV, log, and binary parsers
• mmap + buffered I/O
• compression (gzip, xz, zstd)
• parallel parsing interfaces
• standalone test suite (no external deps)
• Arrow export
The project is open‑source (MIT) and focused on performance, clarity, and maintainability. Feedback is welcome.
FastParseX_dev•1h ago
Hi HN, this is the 1.0 release of FastParseX, a modular C++ parsing engine for CSV, logs, and binary data.
The goal is to provide a clean, dependency‑free, high‑throughput parser with a simple API and a modular architecture.
FastParseX_dev•2h ago
The goal is to provide a clean, dependency‑free, high‑throughput parser with a simple API and a modular architecture (core, csv, log, binary, compress, parallel, profiling, export).
This release includes: • CSV, log, and binary parsers • mmap + buffered I/O • compression (gzip, xz, zstd) • parallel parsing interfaces • standalone test suite (no external deps) • Arrow export
The project is open‑source (MIT) and focused on performance, clarity, and maintainability. Feedback is welcome.