Hacker News new | ask | show | jobs
by programmarchy 2174 days ago
Dart compiles to native machine code, so unlike Electron doesn't need to host an interpreter, which tends to aggressively allocate memory. Should be much friendlier on RAM.