Web Workers made easy
-
Found this little gem:
https://github.com/hbi99/x10.jsit is used by JSON query library:
https://github.com/hbi99/defiant.jsthanks to delegating work to web worker, the JSON parsing/searching is 100x faster than in main UI thread. Impressive. I wonder if using this technology (x10) could be anyhow beneficial for quasar? Maybe in datatable.
-
Thanks, book marking for a later time.