Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ string-cow Public archive

Latest commit

 

History

History
5 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 317 Bytes

C++ String with Copy-On-Write

GitHub last commit

Build: cmake --preset release && cmake --build --preset release
Run tests: ctest --preset release

Supports various String container operations and is STL algorithms compatible