Rich-Harris / butternut

The fast, future-friendly minifier
https://butternut.now.sh
MIT License
1.17k stars 17 forks source link

Take memory usage into account #85

Open sebakerckhof opened 7 years ago

sebakerckhof commented 7 years ago

Although butternut appears to be much faster than uglifyjs, it would be nice to also see memory comparisons. I've got a few tasks where uglifyJS gives me no problems, but butternut goes out of memory without increasing the --max-old-space-size.

Rich-Harris commented 7 years ago

Can you share an example file where this is happening?