This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 9690f958e2 perf: improve performance of lpad/rpad by reusing buffers
(#19558)
add 56a2be17d0 perf: optimize regexp_count to avoid String allocation when
start position is provided (#19553)
No new revisions were added by this update.
Summary of changes:
datafusion/functions/Cargo.toml | 5 ++
.../benches/{translate.rs => regexp_count.rs} | 66 +++++++++++++++-------
datafusion/functions/src/regex/regexpcount.rs | 12 +++-
3 files changed, 62 insertions(+), 21 deletions(-)
copy datafusion/functions/benches/{translate.rs => regexp_count.rs} (54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]