-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Optimization #865
Comments
Out of scope. What we truly need is a rewrite and that is more or less tracked in #769. |
ok, but the problem is it lags and crashes on windows but on linux it works like charm. I have dual booted PC, windows and linux are installed on same spec machine. |
That's in you chief. Works fine on all of my machines. Windows, Linux and MacOS |
It seems you have a powerful PC @EstoyMejor . My PC is not much powerful so i was able to spot the great difference on both OS. |
No, he has a point... I'd like to be neutral but the fact is Windows' handling of sub-processes and system information querying is complete crap. On Linux edex just has to read some files in sysfs to get things like current cpu frequency and temperature, on Win' it has to spawn a built-in utility called Wmic which queries stuff between the Registry and the drivers, sometimes both. We could optimize this software further and it may happen at some point, but there will always be a difference between nix-based and nt-based OSs in performance. |
Ok Thanks, I am better with Linux for now |
Perceived idea awesomeness
Perceived idea difficulty
It seems like we need a optimization option which might:
The text was updated successfully, but these errors were encountered: