http_parser
http_parser copied to clipboard
transformResponse take too long
trafficstars
Due to JSON decode take 40.5ms on main isolate hence create a UI jank. Maybe we can move the decode function to a background isolate using the compute function?
@nex3 any thoughts about this?
Sorry, I no longer work on the Dart team
@kevmoo any thoughts about this?
Look at pkg:dio? JsonDecoder.convert is synchronous. Guessing that should use a streaming parse to improve performance. I don't see http_parser in thi stack!