Skip to content

Releases: mikaelhg/px2csv-go

Hey, maybe actually check your release validation process!?!

18 Oct 21:20
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

0.0.2 was producing garbage CSVs because of a pointer math fail.

No GC churn!

09 Oct 17:00
Compare
Choose a tag to compare

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!

07 Oct 19:10
Compare
Choose a tag to compare

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