-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance enhancements + CSVFormat interface changes (#37)
## Public API changes * Performance increased from ~200MB/s to ~220MB/s * Made `CSVFormat` more readable and user-friendly ## Behind the scenes * Resolved #34 by storing all CSV row data in contiguous memory regions * Modified CMake to improve developer experience * Simplified CSVRow constructors/definition * Simplified CSVReader::write_record logic * Various other code clean-up actions
- Loading branch information
1 parent
d52f177
commit b565755
Showing
40 changed files
with
2,208 additions
and
1,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.