swallez opened a new issue, #48:
URL: https://github.com/apache/arrow-js/issues/48

   ### Describe the enhancement requested
   
   `Table.toArray()` allocates an array of the size of the table to store 
proxies to each of the rows.
   
   This can be large and consume a significant amount of memory. A proxy that 
wraps the table and acts as an array would avoid this and provide a near zero 
cost struct array view of the table.
   
   ### Component(s)
   
   JavaScript


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to