-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Optimize Parquet writer/reader (#136)
This uses `arrow.NewRecord` instead of a RecordBuilder in order to do fewer copies. ``` BenchmarkWrite-8 3 335982583 ns/op (before) BenchmarkWrite-8 4 319302886 ns/op (after) ``` Also turns on Snappy compression.
- Loading branch information
1 parent
5c79803
commit e8e7cb8
Showing
6 changed files
with
156 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.