zhuqi-lucas commented on PR #7873: URL: https://github.com/apache/arrow-rs/pull/7873#issuecomment-3043416777
Continue optimizing, in latest PR, we don't use value_unchecked in gc which is duplicating check len, etc. The result is amazing, almost 2X faster: ```rust critcmp fast_gc main --filter "gc" group fast_gc main ----- ------- ---- gc view types all 1.00 223.5±4.05µs ? ?/sec 1.89 422.0±6.47µs ? ?/sec gc view types slice half 1.00 100.0±4.69µs ? ?/sec 1.97 197.0±7.04µs ? ?/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]
