lifthrasiir / roadroller

Roadroller: Flattens Your JavaScript Demo
https://lifthrasiir.github.io/roadroller/
Other
331 stars 12 forks source link

Rename the current `-O1` to `-O2` and introduce a faster `-O1` #14

Closed lifthrasiir closed 3 years ago

lifthrasiir commented 3 years ago

The current -O1 targets 1--2 minutes and currently performs about 300 compressions, which is prohibitively slow in interactive uses. I'd like to have a faster version that takes less than 10 seconds so that it can be inserted to the regular build process. If this works well we can possibly make -O1 default as well.