diff options
author | Andreas Kling <kling@serenityos.org> | 2021-10-02 17:37:15 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-02 17:39:38 +0200 |
commit | 024367d82e59e66390e8a8fc0f7dd866242438f9 (patch) | |
tree | 027c34c8ba5410f795cd45d82668f2e9e696a7b0 /Tests | |
parent | ae0bdda86e9946e8fc09db0c4dc044b2d975d7fa (diff) | |
download | serenity-024367d82e59e66390e8a8fc0f7dd866242438f9.zip |
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
It's very common to encounter single-character strings in JavaScript on
the web. We can make such strings significantly lighter by having a
1-character inline capacity on the Vectors.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions