zhuqi-lucas commented on PR #7731: URL: https://github.com/apache/arrow-rs/pull/7731#issuecomment-2993936294
Thank you @Dandandan , addressed in latest PR, and add benchmark, the result is amazing, 3.x faster and 10x faster. ```rust critcmp main fast_path_view --filter "inlined bytes" group fast_path_view main ----- -------------- ---- eq StringViewArray StringViewArray inlined bytes 1.00 3.7±0.09ms ? ?/sec 3.33 12.3±0.15ms ? ?/sec lt StringViewArray StringViewArray inlined bytes 1.00 5.2±0.13ms ? ?/sec 9.80 51.3±1.76ms ? ?/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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org