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

Implementation of C++ String class with copy-on-write

Notifications You must be signed in to change notification settings

allenvox/string-cow

Repository files navigation

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