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

Commit 15f744a

Browse files
authored
Update README.md
1 parent b0707b9 commit 15f744a

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
@@ -26,7 +26,7 @@ Its implementation is successfully in the middle between small memory footprint
2626
- **Very fast**, i.e. highly optimized decoder, encoder and traversal routines
2727
- **Advanced Memory Layout**, i.e. Random Access is
2828
- ***O(1) for ASCII-only strings (!)*** and
29-
- O("#Codepoints > 127") for the average case.
29+
- O(#Codepoints ∉ ASCII) for the average case.
3030
- O(n) for strings with a high amount of non-ASCII code points
3131
- **Small String Optimization** (SSO) for strings up to an UTF8-encoded length of `sizeof(utf8_string)`! That is, including the trailing `\0`
3232
- **Growth in Constant Time** (Amortized)

0 commit comments

Comments
 (0)