dataframe-fastcsv: SIMD-accelerated CSV reader for the dataframe library.

[ data, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

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.

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
asan

Build the C parser with AddressSanitizer + UBSan instrumentation.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0
Dependencies array (>=0.5.4.0 && <0.6), base (>=4 && <5), bytestring (>=0.11 && <0.13), containers (>=0.6.7 && <0.9), dataframe (>=1.1 && <1.2), mmap (>=0.5.8 && <0.6), parallel (>=3.2.2.0 && <5), text (>=2.0 && <3), vector (>=0.13 && <0.14) [details]
License MIT
Copyright (c) 2024-2025 Michael Chavinda
Author Michael Chavinda
Maintainer mschavinda@gmail.com
Uploaded by mchav at 2026-04-20T06:31:34Z
Category Data
Bug tracker https://github.com/mchav/dataframe/issues
Distributions
Downloads 4 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-04-20 [all 1 reports]