ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
348 stars 175 forks source link

Improve Read Performance #107

Open rickyk586 opened 4 years ago

rickyk586 commented 4 years ago

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