Skip to content

Compile-time header-only helper for optimized multiple strings concatenation

License

Notifications You must be signed in to change notification settings

vblosh/strings_concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

strings_concat

Highly efficient, lazy template-based implementation of string concatenation (similar to a StringBuilder).

  • Avoids unnecessary copies of strings to be appended for operator +.
  • Generic over string type
  • Light and header-only

About

Compile-time header-only helper for optimized multiple strings concatenation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages