Files
MaxScale/server/core
Markus Mäkelä fe4c848079 Use direct access into strings while canonicalizing
The process of appending to a std::string always includes a size check in
case the internal storage needs to expand. Given that we know a
canonicalized version of a query string is never larger than the original
string and that we pre-allocate enough memory to cope with the worst-case
scenario, the extra logic in std::string::push_back is unnecessary and an
extra cost. Writing directly into the string avoids this cost and improves
the performance.
2019-01-03 21:37:11 +02:00
..
2019-01-03 21:37:11 +02:00
2018-10-30 14:16:33 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-10-20 11:53:57 +03:00
2018-11-05 13:43:22 +02:00
2018-08-10 07:50:18 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-11-28 19:34:18 +02:00
2018-12-17 23:52:56 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-28 12:18:24 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-04 13:04:08 +03:00
2018-09-28 12:18:24 +03:00
2018-09-09 22:26:19 +03:00
2018-11-21 17:36:52 +02:00
2018-06-25 10:07:52 +03:00
2018-12-17 23:52:56 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-11-21 17:36:52 +02:00
2018-09-09 22:26:19 +03:00
2018-10-04 21:50:44 +03:00
2018-11-28 11:27:44 +02:00