perf: amortize in-place string concatenation by moreal · Pull Request #8629 · RustPython/RustPython · GitHub
Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions benches/microbenchmarks/str_inplace_concat.py
184 changes: 125 additions & 59 deletions crates/common/src/str.rs
Loading
Loading