mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-23 08:48:08 +00:00
Update changelog
This commit is contained in:
parent
6ca3f3812a
commit
b1acd45fce
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`
|
||||
~2x speedup inline, ~4-22x for heap.
|
||||
- Optimise `StrExt::to_lowercase_smolstr`, `StrExt::to_uppercase_smolstr` ~2x speedup inline, ~5-50x for heap.
|
||||
- Optimise `StrExt::replace_smolstr`, `StrExt::replacen_smolstr` for single ascii replace.
|
||||
~3.7x speedup inline, ~2.4x for heap.
|
||||
- Optimise `StrExt::replace_smolstr`, `StrExt::replacen_smolstr` for single ascii replace,
|
||||
~3x speedup inline & heap.
|
||||
|
||||
## 0.3.2 - 2024-10-23
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue