Fokko commented on PR #8625:
URL: https://github.com/apache/iceberg/pull/8625#issuecomment-1733794724

   Also took a stab at it: https://github.com/apache/avro/pull/2521
   
   Still a bit slower due to buffering and copying:
   ```
   >>> without_buffer = [
   ...        27.026061125,
   ...        26.702181417,
   ...        26.625919333,
   ...        26.615276875,
   ...        26.583737958
   ...]
   >>> sum(without_buffer) / 5
   26.7106353416
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to