Files
godot/core
Karroffel 95a0886f93 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.
2017-09-01 19:52:32 +02:00
..
2017-08-30 09:37:18 -04:00
2017-08-27 22:13:45 +02:00
2017-08-30 21:20:01 +02:00
2017-08-30 21:20:01 +02:00
2017-08-27 22:13:45 +02:00
2017-08-27 22:13:45 +02:00
2017-08-27 22:13:45 +02:00
2017-08-29 19:40:21 +02:00
2017-08-29 19:40:21 +02:00
2017-08-29 19:40:21 +02:00
2017-08-13 17:38:00 +07:00
2017-08-27 22:13:45 +02:00
2017-08-27 22:13:45 +02:00
2017-08-27 22:13:45 +02:00
2017-08-27 23:05:39 +02:00
2017-09-01 19:52:32 +02:00
2017-09-01 19:52:32 +02:00
2017-08-29 19:40:21 +02:00
2017-08-27 22:13:45 +02:00