node-gtk
node-gtk copied to clipboard
Massive memory consumption
Hello,
Why does Node-GTK have such a huge memory consumption?
- For comparison: A simple HTTP server, without GTK (just connecting a listener socket): 7 MB
- The examples using GTK 3: Around 50 MB
- The examples as well as my GTK 4 app: Around 80 MB
This is very huge, because most GTK apps written in Python or C do not use so much memory, everything less than 30 MB.
Kind regards, rexkogitans.