gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.
466 stars 34 forks source link

The plugin is not fast enough. #36

Closed lcxfs1991 closed 6 years ago

lcxfs1991 commented 7 years ago

I compared webpack-uglify-parallel and webpack-parallel-uglify-plugin and find that webpack-parallel-uglify-plugin is slower. Do you have plans to make it faster?

gdborton commented 7 years ago

How big of a difference are you noticing? This plugin defaults to cpus - 1, while that one recommends cpus, so that might account for the speed difference. Also, this plugin has a builtin caching layer that provides incredibly fast rebuilds.