node.js - How to prevent blocked by JSON.stringify in nodejs? -


i wrote socket based server application accept json data many clients. when export large(over 20mb) data file after json.stringify, application blocked during stringify operation. so, want prevent blocking json.stringify. there library stringify without blocking? or how figure out?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -