dataframe-fastcsv: SIMD-accelerated CSV reader for the dataframe library.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
| Versions | 1.0.0.0, 1.1.0.1, 1.1.1.0, 1.2.0.0 |
|---|---|
| Change log | None available |
| Dependencies | base (>=4 && <5), bytestring (>=0.11 && <0.14), containers (>=0.6.7 && <0.10), dataframe-core (>=2.0 && <2.1), dataframe-csv (>=2.0 && <2.1), dataframe-operations (>=2.0 && <2.1), dataframe-parsing (>=2.0 && <2.1), mmap (>=0.5.8 && <0.7), text (>=2.1 && <3), time (>=1.12 && <2), vector (>=0.13 && <0.15) [details] |
| License | MIT |
| Copyright | (c) 2024-2026 Michael Chavinda |
| Author | Michael Chavinda |
| Maintainer | mschavinda@gmail.com |
| Category | Data |
| Bug tracker | https://github.com/mchav/dataframe/issues |
| Uploaded | by mchav at 2026-07-13T21:37:17Z |
Modules
- DataFrame
- IO
- CSV
- DataFrame.IO.CSV.Fast
- CSV
- IO
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| 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
- dataframe-fastcsv-1.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees