ZJONSSON / parquetjs

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

Use for-loop to push into arrays #14

Closed ZJONSSON closed 6 years ago

ZJONSSON commented 6 years ago

as Array.prototype.push.apply is limited to 65536 https://bugs.webkit.org/show_bug.cgi?id=80797