this post was submitted on 24 Jul 2023
6 points (100.0% liked)

Gnome

2344 readers
10 users here now

The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 years ago

A lot of effort has gone into improving the performance and speed of all aspects of Inkscape.

Oh yeah! That’s what I want to see.

This involved the refactoring of inefficient code, rewriting how Inkscape works with patterns, moving bitmap tracing into a separate thread and so much more.

Canvas rendering is now both multithreaded, and done outside of Inkscape's main process thread.

If your computer's processor has more than one core (which it most likely does), this can result in a 2–4× speedup while zooming / panning / transforming objects.