mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 13:11:01 +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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ConnectionFromClient.h | ||
| main.cpp | ||
| ShellComprehensionEngine.cpp | ||
| ShellComprehensionEngine.h | ||