parquetjs
parquetjs copied to clipboard
Improve Read Performance
Improve performance of reads by accessing the records by index instead of by .shift(). Improved read performance by 30x locally.
Excellent thanks @rickyk586 - can you redo the PR just to contain this specific fix? I can also cherry-pick
It works for me!