3 pointsby FastParseX_dev7 hours ago2 comments
  • FastParseX_dev7 hours 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 (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_dev7 hours 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.

    Happy to answer questions or receive feedback.