diff options
author | Karroffel <therzog@mail.de> | 2017-09-01 15:43:23 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-09-01 19:52:32 +0200 |
commit | 95a0886f93cfb6fab6cfb8fc904527bc0b6d4599 (patch) | |
tree | 043dfb4cbcebd79b9a7adf497783288b4fb4f28b /.travis.yml | |
parent | 1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff) |
added StringBuilder class
When doing large string concatenations the default push_back on the
String class can slow down things quite a bit. This is because it
has to constantly reallocate the memory and copy the contents. This
StringBuilder class delays the concatenation until the size of the
resulting string is known.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions