Hacker News new | ask | show | jobs
by wishinghand 3053 days ago
How is the memory usage compared to Electron?
1 comments

Memory usage is a lot less. Electron has a full webbrowser running to display the page, which this uses Gtk on Linux or cocoa on Mac etc.
I'd love to see some benchmarks when you have a chance to update it.