metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

Use Arrays instead of Symbol for pool performance #310

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago

See implementation with arrays: #307 See performance tests: #308

Closes: #300 Closes: #309

tshemsedinov commented 6 years ago

Landed in bd4d0f9