mirror of
https://github.com/horst3180/arc-icon-theme
synced 2024-10-27 19:34:01 +00:00
525b4a2663
The stream of inkscape commands have been divided across multiple instances of inkscape, one per core. This speeds up rendering by using more cpu cores, even for single svg rendering. To do this a simple java program was written which starts N instances of whatever arguments was passed to it and then reads one line at the time from standard input, the lines are then divided into N seperate streams which are then piped to the the difference instances of whatever program was passed as argument to SplitJob. |
||
---|---|---|
.. | ||
actions | ||
animations | ||
apps | ||
categories | ||
devices | ||
emblems | ||
mimetypes | ||
panel | ||
places | ||
status | ||
actions.svg | ||
apps.svg | ||
categories.svg | ||
devices.svg | ||
emblems.svg | ||
index.theme | ||
mimetypes.svg | ||
places.svg | ||
render_icons.sh | ||
SplitJob.class | ||
SplitJob.java | ||
status.svg |