Files
qt-creator/src/libs/sqlite/utf8string.h
Marco Bubke 19d941d28d Sqlite: Inline Utf8String
Actually you should use Utils::SmallString for new code because the
biggest overhead of Utf8String is the allocation on the heap and the
atomics.

Change-Id: Ic3d072ba47cb2a49ae3d7d158c6a58feb4b82769
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
2016-07-18 16:28:27 +00:00

6.4 KiB