Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 371 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 371 Bytes

basic_string

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.