themix-project / oomox-gtk-theme

Oomox-gtk-theme is a fork of Numix-gtk-theme with slightly different visual design choices and more customization capabilities. It can be used in Themix/Oomox app.
https://github.com/themix-project/oomox
GNU General Public License v3.0
43 stars 8 forks source link

Do parallel builds with sassc #67

Closed haarp closed 4 years ago

haarp commented 4 years ago

Hi,

I noticed that some color schemes or export options take a long time because only one CPU core is used for sassc. (example: 4Amos Halloween with HIDPI enabled). Modern processors feature multiple cores. Starting as many sassc processes as there are CPU cores would considerably speed up the build process.

Thanks!

haarp commented 4 years ago

Awesome, that was quick. Thanks!