Hi All,
A lot of people seem to have different kinds lag problems but I have not seen a resolution to the general typing lag.
Any tricks that resolve this will be hugely appreciated because I really like the look and feel of Sublime.
: )
Here are my observations:
Lag seems proportional to the window size. It is not proportional to file size. Huge files in a small window are no problem.
Alas, I love to work in full-screen. approx 1400x800 but I have friends who run Sublime with no problems with +2k-res.
Worst case: Lag is perhaps one second per keystroke, just for moving the cursor.
ST3 Build 3059 32 as well as 64-bit builds. Same thing in some ST build
Plugins? Nope. Even killed plugin_host, no differance.
Temp files? Nope fresh install.
Linux SUSE 11
The thing is that this is a remote machine and I use NX-pro to connect to it. You may think this is the root of the problem.** But eclipse, vim and whatnot run perfectly.
**
I tried strace and saw that just moving the cursor a few times triggers several calls to select() read() writev()
(Dunno if it is relevant but: This does not happen in eclipse)
select() is called all the time even without doing anything but then the call times are on the 20 microsecond magnitude. And when pressing a key there are maybe 10-20 calls to select() that have call times around 10-30 milisconds.