@hackage dataframe-fastcsv1.4.0.0
SIMD-accelerated CSV reader for the dataframe library.
Categories
License
MIT
Maintainer
mschavinda@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Tested Compilers
Dependencies (11)
- base >=4 && <5
- bytestring >=0.11 && <0.14
- containers >=0.6.7 && <0.10
- dataframe-core >=2.1 && <2.2
- dataframe-csv >=2.2 && <2.3
- dataframe-operations >=2.1 && <2.2 Show all…
Dependents (1)
@hackage/dataframe
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.