@hackage / dataframe-fastcsv

SIMD-accelerated CSV reader for the dataframe library.

1.3.0.0

About

Metadata

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

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.3
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8

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.