Skip to content

rolldeep-stepmerrily/nestjs-concurrency-test

Repository files navigation

Memo

promise.all: 74ms

worker threads: 82ms

1,000,000번 연산시 promise.all 이 조금 빠르지만 거의 비슷함


promise.all: 773ms

worker threads: 283ms

10,000,000번 연산시 worker threads 가 3배 가량 빠름

About

Promise.all, worker_threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published