Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use a pool of buffers to alleviate memory allocs in csv; related to #553
When iterating over multiple files, csv detector allocated a new buffer for each file. This change adds a pool of buffers that can be reused between detections. The same pool is shared between csv and tsv detectors.
- Loading branch information