Hacker News new | ask | show | jobs
by vjekoslav 489 days ago
Way more maintainable than anything from MS that I'd have to deal with.
2 comments

How about the CPU usage? Running a main loop at 60hz for a file manager sounds bit overkill.

Agree about the MS offerings. That's why I use cross-platform frameworks (wx, qt) even for the Win-only apps.

Give the demo a try. I compared the CPU usage to the win10 file explorer, and they look identical (both are minuscule); it's super impressive.
How is the support for CJK and insane Unicode like emoji surrogates? Dealing with some of those edge cases can break a man.