Commits
Click on a commit to change the comparison rangeperf(ast/estree): faster serializing strings to JSON (#11753)
Speed up serializing strings to JSON, using a trick I found in Chromium's code, to check a batch of 8 bytes in one go for characters needing escaping, rather than checking bytes 1 by 1.
https://chromium.googlesource.com/v8/v8/+/1645281bbd1b183a252835d376166bd210135bbe/src/json/json-stringifier.cc#5214 days ago
by overlookmotel