DEV Community

Discussion on: js-coroutines gives your code: data indexing and lookup functionality, in idle time

Collapse
 
miketalbot profile image
Mike Talbot ⭐ • Edited

Yes, even though response.json() looks like it's async, it isn't. So parsing JSON is a lot faster than stringifying it, but if it was huge then this would help. Part of the reason for writing js-c was that I needed an async json.