Dandandan opened a new issue, #9580:
URL: https://github.com/apache/arrow-rs/issues/9580

   ## Description
   
   The current VLQ decoder calls `get_aligned` for each byte, which involves 
repeated offset calculations and bounds checks in the hot loop.
   
   ## Proposed Change
   
   Align to the byte boundary once, then iterate directly over the buffer 
slice, avoiding per-byte overhead from `get_aligned`.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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