You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just report it as an outlier aside from the size chart, since the parser/stringifier is for an API required by the ECMAScript standard (and thus a size might be misleading), and it wasn't made for typical direct use from C++.
The text was updated successfully, but these errors were encountered:
Oh okay. But still, V8's size is misleading for what it is (it's a full on JS engine, and it makes the other libraries' sizes seem microscopic in comparison).
That's what I was referring to, and why I filed the issue.
I agree that they are not the same type of libraries.
The test suite also includes QT which is a complete application framework.
However, I think the chart is not very useful now, due to compressing those need to be compared.
I will consider better presentation of data, and/or adding some notes.
The reported size is of the entire engine, not just the JSON parsing code. It might be better to do one of these two options:
json-parser.cc
,json-parser.h
,json-stringifier.cc
, andjson-stringifier.h
.The text was updated successfully, but these errors were encountered: