Use the padding bytes at the end of BoxedString
CPython has this optimization as well, and it should save us an average of 7 bytes per string.
Showing
Please register or sign in to comment
CPython has this optimization as well, and it should save us an average of 7 bytes per string.