roslibjs
roslibjs copied to clipboard
Spin up separate JSON parser web workers for each event channel
- incrementally parse the JSON to get the field that determines which event it will be emitted on
- spin up a Web Worker for each unique event name
- do the JSON parse in that web worker each time an event comes through on that event name
Originally posted by @EzraBrooks in #982