Hacker News new | ask | show | jobs
by masklinn 3580 days ago
> Any CSV reader should be limited only be disk access right?

Depends on the speed of your storage subsystem. If you're working from RAM or from a fast PCIe SSD, you'll probably bottleneck in the encoding validation and actual parsing.