kylebarron commented on PR #39018:
URL: https://github.com/apache/arrow/pull/39018#issuecomment-1868620018

   I hate statistics and forget how to compute if something is statistically 
significant, but moving from
   ```
   Running "get Vector" suite...
   from: uint8Array               248 ops/s ±0.15%,    4 ms, 92 samples
   ```
   
   to
   
   ```
   Running "get Vector" suite...
   from: uint8Array               424 ops/s ±0.28%,  2.4 ms, 92 samples
   ```
   
   seems like quite an impressive change. I can't find where `Vector.get` is 
defined (or overloaded) but that seems wildly expensive for `get` to take 4 ms. 
Even now at 2.4ms, that seems crazy long to find the index of the chunk and 
then select from it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to