metarhia / metasync

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

Dynamically build ArrayChain.prototype #73

Closed tshemsedinov closed 7 years ago

tshemsedinov commented 7 years ago

['then', 'catch', 'map', 'filter', 'reduce', 'each', 'series', 'find'] on library load

tshemsedinov commented 7 years ago

See implementation HowProgrammingWorks/Chaining/JavaScript/3-prototype-build.js https://github.com/HowProgrammingWorks/Chaining/blob/master/JavaScript/3-prototype-build.js) and performance results comparison here: https://github.com/metarhia/MetaSync/issues/72 so I have doubts whether we should do this.

nechaido commented 7 years ago

I think that there is no point in doing this