frenchtoast747 / webgl-obj-loader

A simple OBJ model loader to help facilitate the learning of WebGL.
http://frenchtoast747.github.io/webgl-obj-loader/
MIT License
281 stars 59 forks source link

worker pool #13

Closed nickdesaulniers closed 9 years ago

nickdesaulniers commented 9 years ago

Depends on #12 . Once the interface has been changed to work async with 1 worker, we should try to spawn multiple workers, since an obj file should be able to be parsed in parallel, and recombined in order.

nickdesaulniers commented 9 years ago

The current implementation is not parallelizable. I've have to spend more time with the algorithm to see if it can be.