lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

Bluebird's optimization "rules" #252

Closed hzlmn closed 7 years ago

hzlmn commented 7 years ago

As fly heavily use bluebird I think it would be a good idea, to look through code and fix common optimization blockers at least that described here

lukeed commented 7 years ago

Correct! This was going to be my final step before releasing.

Most of these are just V8 engine optimizations and not specific to Bluebird itself. The main one that will be changed is our for-of loops.

hzlmn commented 7 years ago

@lukeed Ok, cute