@hackage dataframe-fastcsv1.0.0.0

SIMD-accelerated CSV reader for the dataframe library.

  • Installation

  • Dependencies (9)

  • Dependents (0)

  • Package Flags

      asan
       (off by default)

      Build the C parser with AddressSanitizer + UBSan instrumentation.

A fast, SIMD-accelerated CSVTSV reader using memory-mapped IO and carryless multiplication for quote handling. Supports AVX2 (x86-64) and ARM NEON with fallback to a pure Haskell state machine.