v1.0.5
Updates
- Improved performance
Notes
Benchmark tests have been changed so that every library uses the exact same test.
promise-queue
and p-limit
don't provide a promise that resolves when the queue is empty, so I was using Promise.all
with an array of jobs. Which is how you use them in real life. But it's a slight performance hit and I don't want the tests to be different.
The updated results are in the readme.
Full Changelog: v1.0.4...v1.0.5