com.adobe.serialization.json.JSONAPI.decode() is too slow!!

Bug #1154487 reported by Tao Liang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Lightspark
Confirmed
Medium
Unassigned

Bug Description

I tried to decode 'http://api.funshion.com/ajax/get_webplayinfo/85468/1/mp4' json data. And I found that it will spent 16 seconds for JSONAPI.decode operation.

Do i miss something? Or is it an known performance problem ?

Tags: performance
Revision history for this message
Antti Ajanki (aajanki) wrote :

This is a known performance problem. Any code that uses character or integer operations heavily is currently really slow, because all characters and integer variables (and even temporary values) are boxed as ASString, Integer, etc. instances, and constructing and destructing those instances is expensive.

Changed in lightspark:
importance: Undecided → Medium
status: New → Confirmed
tags: added: performance
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.