Skip to content

MBkkt/fast_string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages