mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-23 08:48:08 +00:00
Publish 0.3.3
This commit is contained in:
parent
b1acd45fce
commit
1af327e78a
2 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## Unreleased
|
||||
|
||||
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`
|
||||
## 0.3.3 - 2025-10-23
|
||||
|
||||
- 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,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "smol_str"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
description = "small-string optimized string type with O(1) clone"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rust-analyzer/smol_str"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue