Open
Bug 1964750
Opened 1 year ago
Updated 1 year ago
Consider using fast parsing libraries like fast_float for JSON
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 2 open bugs)
Details
Out JSON processing is somewhat slower on sp3 and elsewhere. Would be good to have better perf here.
Filing under JS, but may be a MFBT bug.
Comment 1•1 year ago
|
||
This is for string-to-double conversions. The other direction is bug 1964738.
See Also: → 1964738
Updated•1 year ago
|
Updated•1 year ago
|
Blocks: speedometer3
Comment 2•1 year ago
|
||
(In reply to Jan de Mooij [:jandem] from comment #1)
This is for string-to-double conversions. The other direction is bug 1964738.
This is for reverse conversion.
You need to log in
before you can comment on or make changes to this bug.
Description
•