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)

task

Tracking

()

People

(Reporter: mayankleoboy1, Unassigned)

References

(Blocks 2 open bugs)

Details

JSC uses this

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.

This is for string-to-double conversions. The other direction is bug 1964738.

See Also: → 1964738
Blocks: sm-js-perf
Severity: -- → N/A
Priority: -- → P3

(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.