mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:14:58 +00:00
![]() Previously, we stored two representations of the same string in `CompletionSuggestion` object: one for the bytes and the other for the code points corresponding to those bytes. To minimize duplication, this patch combine both representations into a single UTF-8 string, which is already supported by our new String class. Following this update, we successfully reduce the size of each object from 376 bytes to 256 bytes |
||
---|---|---|
.. | ||
Cpp | ||
Shell | ||
CMakeLists.txt | ||
CodeComprehensionEngine.cpp | ||
CodeComprehensionEngine.h | ||
FileDB.cpp | ||
FileDB.h | ||
Types.h |