this post was submitted on 05 Oct 2024
90 points (100.0% liked)

Free and Open Source Software

17851 readers
175 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

2024-10-05 by GIMP Team

This is a short development update on our progress towards the first release candidate for GIMP 3.0. We recently reached the string freeze milestone. What this means is that there will be no more changes in user-facing text (like GUI labels and messages) so that translators can work on the final translations for the 3.0 release.

you are viewing a single comment's thread
view the rest of the comments
[–] IrritableOcelot@beehaw.org 4 points 1 week ago (3 children)

Ive noticed that for some reason it launches in 1-2 seconds on Linux Mint as opposed to like 10 on Windows for some reason. Seems weird, since based on the status messages it seems like the rate limiting step is opening a bunch of Python modules, which shouldn't be drastically different between OSes??

[–] Kissaki@beehaw.org 7 points 1 week ago (2 children)

My interpretation has always been that it loads [too] many files. File performance on many [small] files is noticeably, significantly slower on Windows than it is on Linux.

[–] IrritableOcelot@beehaw.org 3 points 1 week ago (1 children)

Huh I did not realize that. Is that an NTFS vs. EXT4 thing?