This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-64161-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 223240775ab branch-4.1: [improvement](executor) use real elapsed time
to compute workload group metrics refresh interval #63537 (#63667)
add 29716c37358 [optimize](be) optimize floating fmod fast path (#64161)
No new revisions were added by this update.
Summary of changes:
be/benchmark/benchmark_fmod.hpp | 442 +++++++++++++++++++++
be/benchmark/benchmark_main.cpp | 1 +
be/src/exprs/function/fmod_fast.cpp | 160 ++++++++
.../function/fmod_fast.h} | 31 +-
be/src/exprs/function/modulo.cpp | 68 +++-
be/test/exprs/function/function_fmod_fast_test.cpp | 353 ++++++++++++++++
6 files changed, 1026 insertions(+), 29 deletions(-)
create mode 100644 be/benchmark/benchmark_fmod.hpp
create mode 100644 be/src/exprs/function/fmod_fast.cpp
copy be/src/{storage/segment/bitshuffle_wrapper.h =>
exprs/function/fmod_fast.h} (51%)
create mode 100644 be/test/exprs/function/function_fmod_fast_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]