#Meshy consumes 140 MB on startup, not too bad for a Python app using #GTK 4 and #libadwaita running in Flatpak.
But once you open the emoji picker it jumps to 650 MB with the vulkan renderer. As if it loaded all 3000 UTF emojis into memory at once. With the gl renderer the memory consumption jumps by ~30 MB and then grows as you browse the emojis. Cairo is even better at it, but there is a performance penalty.
But once you open the emoji picker it jumps to 650 MB with the vulkan renderer. As if it loaded all 3000 UTF emojis into memory at once. With the gl renderer the memory consumption jumps by ~30 MB and then grows as you browse the emojis. Cairo is even better at it, but there is a performance penalty.