Bananymous
1af3ca19ab
String now holds a 15 byte sso buffer. I'm not sure what the size should actually be but 15 will work for now. Maybe the sso buffer should be contained in an union with one bit flag in size instead of variant that uses extra 8 bytes for type index. This patch buffs sizeof(String) from 24 bytes to 32 bytes on 64 bit. I assume this is much better version than the old which had to make allocation even for empty strings :D. |
||
---|---|---|
.. | ||
BAN | ||
include/BAN | ||
.gitignore | ||
CMakeLists.txt |