coderfender commented on PR #3017: URL: https://github.com/apache/datafusion-comet/pull/3017#issuecomment-3712412258
Removed branching below are the latest bench numbers : main - main branch feature - feature branch (before separate implementations for each eval mode) feature_remove_branch - after separate eval modes ``` group feature feature_remove_branching main ----- ------- ------------------------ ---- cast_string_to_int/cast_string_to_i16 1.12 20.0±0.17µs ? ?/sec 1.00 17.8±1.92µs ? ?/sec 1.53 27.3±0.21µs ? ?/sec cast_string_to_int/cast_string_to_i32 1.00 19.9±0.34µs ? ?/sec 1.54 30.6±46.63µs ? ?/sec 1.38 27.5±0.81µs ? ?/sec cast_string_to_int/cast_string_to_i64 1.08 26.3±2.55µs ? ?/sec 1.00 24.2±0.35µs ? ?/sec 1.35 32.8±0.26µs ? ?/sec cast_string_to_int/cast_string_to_i8 1.16 20.3±1.23µs ? ?/sec 1.00 17.5±0.21µs ? ?/sec 1.57 27.4±1.00µ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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
