zhuqi-lucas commented on PR #7748:
URL: https://github.com/apache/arrow-rs/pull/7748#issuecomment-3004256549
> > lt StringViewArray StringViewArray inlined bytes
1.00 19.0±0.39ms ? ?/sec 2.53
48.1±1.10ms ? ?/sec
>
> Amazing 😎 !! Perhaps we can use some less manual bit masking/shifting
while still producing roughly the same code?
Thank you @Dandandan for review, i polished the code, now the performance is
even better:
```rust
lt StringViewArray StringViewArray inlined bytes 1.00 16.4±0.50ms
? ?/sec 2.98 48.7±0.71ms ? ?/sec
```
--
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]