Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 190 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 190 Bytes

FastString

This library implements the standard String API, with such optimizations as:

  • SSO (no allocation if string less than 24 characters long)
  • COW (clone method works in O (1)).