segmentio / parquet-go

Go library to read/write Parquet files
https://pkg.go.dev/github.com/segmentio/parquet-go
Apache License 2.0
341 stars 58 forks source link

Improve grow slice size #446

Closed joe-elliott closed 1 year ago

joe-elliott commented 1 year ago

Adjust slice size growth to mimic the go runtime.

joe-elliott commented 1 year ago

Closing in favor of potential future improvements that can be consolidated once go 1.17 support is dropped.