interlockjs / interlock

JS bundler - inspired by Git, built on Babel.
MIT License
72 stars 7 forks source link

Use cheap traversal in updateRequires #75

Closed tptee closed 8 years ago

tptee commented 8 years ago

This shaves off about ~200ms on average from the example build with lodash.

full traverse avg over ten builds: 2813.4 ms cheap travers avg over ten builds: 2599.1 ms

Also pinned babel-generator!

divmain commented 8 years ago

Thanks!