🦿 Lucian Marin Simplenote for macOS is now an Electron app. 3 processes, 40 threads, 120 MB of RAM, 150 MB of disk space just for taking notes. The old app had 1 process, 10 threads, 60 MB of RAM and only 5 MB of disk space.
Nkrs We have a report-generation tool at work that I wrote in Java; the build process outputs a fat .jar file that's 12MB large, and it's really fast. The only real problem is RAM consumption since it has to load the data into memory to process it, and it may go up to 200MB for a really large set of data. As for threads, we only use two, one for the UI and one for the background execution.
7y, 1w reply
Login or register your account to reply