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 94709dc025 perf: improve performance of string replace (#19530)
add 43567b4683 perf: improve performance of levenshtein by reusing cache
buffer (#19532)
No new revisions were added by this update.
Summary of changes:
datafusion/common/src/utils/mod.rs | 36 ++++++++++-
datafusion/functions/Cargo.toml | 5 ++
datafusion/functions/benches/levenshtein.rs | 87 ++++++++++++++++++++++++++
datafusion/functions/src/string/levenshtein.rs | 24 ++++++-
4 files changed, 146 insertions(+), 6 deletions(-)
create mode 100644 datafusion/functions/benches/levenshtein.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]