Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-41159: [Go][Parquet] Improvement Parquet BitWriter WriteVlqInt Per…
…formance (#41160) [GH-41159](#41159) ### Rationale for this change This change improves Parquet FileWriter performance while writing parquets from arrow Records. We saw a speed improvement from writing 320k rows/sec -> 650 rows/sec after making this change. ### What changes are included in this PR? This PR reuses the `buf` variable being used by the bitWriter when writing parquet files. ### Are these changes tested? Yes ### Are there any user-facing changes? No Authored-by: @ hhoughgg * GitHub Issue: #41159 Lead-authored-by: Andy Fan <[email protected]> Co-authored-by: andyfan <[email protected]> Signed-off-by: Matt Topol <[email protected]>
- Loading branch information