Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Improve performance of reads by accessing the records by index instead of shift()#28

Closed
ChrisZieba wants to merge 1 commit intokbajalc:masterfrom
ChrisZieba:improve-read-performance
Closed

Improve performance of reads by accessing the records by index instead of shift()#28
ChrisZieba wants to merge 1 commit intokbajalc:masterfrom
ChrisZieba:improve-read-performance

Conversation

@ChrisZieba
Copy link
Copy Markdown

Original PR: ironSource/parquetjs#107 by @rickyk586.

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

I'm also seeing very significant improvements in performance. As far as I can tell, there's no reason to be using shift here.

@ChrisZieba ChrisZieba closed this by deleting the head repository Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant