JavaScript multithreading

后端 未结 5 1777
不知归路
不知归路 2020-12-02 20:44

I\'m working on comparison for several different methods of implementing (real or fake) multithreading in JavaScript. As far as I know only webworkers and Google Gears Worke

5条回答
  •  清歌不尽
    2020-12-02 21:09

    Multithread.js is a library for really easy multithreading in JS that wraps Web Workers and does the majority of your work for you. :)

提交回复
热议问题