parquetjs icon indicating copy to clipboard operation
parquetjs copied to clipboard

Improve Read Performance

Open rickyk586 opened this issue 4 years ago • 2 comments

Improve performance of reads by accessing the records by index instead of by .shift(). Improved read performance by 30x locally.

rickyk586 avatar Jun 16 '20 17:06 rickyk586

Excellent thanks @rickyk586 - can you redo the PR just to contain this specific fix? I can also cherry-pick

ZJONSSON avatar Jun 20 '20 21:06 ZJONSSON

It works for me!

luckstar77 avatar Jul 10 '20 07:07 luckstar77