roslibjs icon indicating copy to clipboard operation
roslibjs copied to clipboard

Spin up separate JSON parser web workers for each event channel

Open EzraBrooks opened this issue 2 months ago • 14 comments

  • 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

EzraBrooks avatar Nov 14 '25 21:11 EzraBrooks