@hackage dataframe-fastcsv1.0.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
Dependencies (9)
- array >=0.5.4.0 && <0.6
- base >=4 && <5
- bytestring >=0.11 && <0.13
- containers >=0.6.7 && <0.9
- dataframe ^>=1.1
- mmap >=0.5.8 && <0.6 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.