Currently PTHREAD_POOL_SIZE is fixed at compile time, but this is of limited use since the running code may know better how many threads are actually needed (say, based on navigator.hardwareConcurrency), so we should make it configurable. Perhaps Module.pthreadPoolSize?
(see https://twitter.com/prestomation/status/1218276548739944448)
Currently
PTHREAD_POOL_SIZEis fixed at compile time, but this is of limited use since the running code may know better how many threads are actually needed (say, based onnavigator.hardwareConcurrency), so we should make it configurable. PerhapsModule.pthreadPoolSize?(see https://twitter.com/prestomation/status/1218276548739944448)