Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit e803911

Browse files
authored
Update README.md
1 parent f284479 commit e803911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Its implementation is successfully in the middle between small memory footprint
2121
- **Advanced Memory Layout**, i.e. Random Access is
2222
- ***O(1) for ASCII-only strings (!)*** and
2323
- O(#Codepoints ∉ ASCII) for the average case.
24-
- O(n) for strings with a high amount of non-ASCII code points >25%)
24+
- O(n) for strings with a high amount of non-ASCII code points (>25%)
2525
- **Small String Optimization** (SSO) for strings up to an UTF8-encoded length of `sizeof(utf8_string)`! That is, including the trailing `\0`
2626
- **Growth in Constant Time** (Amortized)
2727
- **On-the-fly Conversion between UTF32 and UTF8**

0 commit comments

Comments
 (0)