diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-08-07 11:57:51 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-07 11:57:51 +0200 |
commit | 6d97caf124ffca77dd3b829dfef3de55f073c62e (patch) | |
tree | 32da1aaeb50960ca241ac974959530e663699b58 /AK/Tests | |
parent | b48b6c0caafc0ff2f5960e20fcc200e57543ccb9 (diff) | |
download | serenity-6d97caf124ffca77dd3b829dfef3de55f073c62e.zip |
JsonParser: Scan ahead to find the first special char in quoted strings
This allows us to take advantage of the now-optimized (to do memmove())
Vector::append(const T*, int count) for collecting these strings.
This is a ~15% speedup on the load_4chan_catalog benchmark.
Diffstat (limited to 'AK/Tests')
0 files changed, 0 insertions, 0 deletions