|
|
|
|
|
by Yoric
3224 days ago
|
|
Early benchmarks seem to support the claim that we can save a lot on JS parsing costs. We are currently working on a more advanced prototype on which we will be able to accurately measure the performance impact, so we should have more hard data soon. |
|
But isn't it possible to get most of that benefit from the text format already? Is it really very expensive to scan through 10-20MB of text looking for block delimiters? You have to check for string escapes and the like, but it still doesn't seem very complicated.