ended3월 17일· 1 sources

SmarterCSV 1.16 Released — Faster Than CSV.read, Bad Row Quarantine, Instrumentation, New Features, Improved API

SmarterCSV 1.16 릴리스 — CSV.read보다 빠른 성능, 불량 행 격리, 계측 훅 및 확장된 API

Why it matters

SmarterCSV 1.16 delivers 1.8×–8.6× faster performance than CSV.read through an overhauled C extension and optimized Ruby path, while introducing a bad-row quarantine system and instrumentation hooks (on_start, on_chunk, on_complete). The release also expands the API with SmarterCSV.parse for direct string parsing, row-by-row enumerators via SmarterCSV.each, and chunk-based processing—all with symbol-keyed hashes and automatic numeric conversion out of the box.

1
Sources
+0
24h
Growth
188d
Active
SmarterCSVCSV parsingRubyperformance benchmarksinstrumentation hooks

Sources

Related Issues