Write CSV files 10x faster than clojure/data.csv and work easily with structured data. Built on top of the excellent osiegmar/FastCSV Java library.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Allow working with structured CSVs with no header row
2e3a796View on GitHubDefault to reading from / writing to strings for convenience
34b6986View on GitHubFix bug writing record fields which collide with impl names (e.g. .size)
2d5b252View on GitHubSwitch to benchmarking with byte arrays instead of disk
0516b6fView on GitHubUpdate benchmarking code to warm up and GC before each benchmark
83b3b8eView on GitHubInitial commit: core functionality for fast CSV library
1af4681View on GitHub