@hackage / dataframe-fastcsv

SIMD-accelerated CSV reader for the dataframe library.

Latest1.0.0.0

About

Metadata

  • Last updated , by mchav
  • License MIT
  • Maintained by: mschavinda@gmail.com

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    asan (off by default)

    Build the C parser with AddressSanitizer + UBSan instrumentation.

Readme

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.