Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 307 Bytes

File metadata and controls

9 lines (6 loc) · 307 Bytes

C++ stuff library

A library of small C++ utilities

-string: immutable string with SBO (small buffer optimisation), shared copies, support custom allocators and provide python-like replace() and join() facilities.

More to come