Releases: mikaelhg/px2csv-go
Releases · mikaelhg/px2csv-go
Hey, maybe actually check your release validation process!?!
Full Changelog: v0.0.2...v0.0.3
0.0.2 was producing garbage CSVs because of a pointer math fail.
No GC churn!
Tightened the parse loop to remove all memory allocations in that loop, and thus
got rid of all GC whatsoever in execution, and gained quite bit of speed.
Full Changelog: v0.0.1...v0.0.2
It compiles! Ship it!
This release only supports the CSV target, and not Parquet, yet.
Wanted to get things kind of working first, and then start with the fancy part.
Full Changelog: https://github.com/mikaelhg/gpcaxis/commits/v0.0.1