Skip to content

Commit 9ed6d07

Browse files
committed
update README.md
1 parent bd1067e commit 9ed6d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# basic_string
22

3-
A fast, clean string implementation, aiming to provide an approximation of std::basic_string using standard C++23 with legal and portable code. The implementation maximum optimizes the short string optimization, and avoids self-referencing. It does not implement: write-out functions, find functions, and interfaces using allocators. The implementation is exception safety and suitable for teaching purposes.
3+
A fast and clean implementation of basic_string that uses portable C++23 code and accurately meet standard requirements. The implementation maximum optimizes the short string optimization, and avoids self-referencing. It supports constexpr, exception safety and suitable for teaching purposes. It does not implement write-out functions and find functions.

0 commit comments

Comments
 (0)