Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Lanterna slow #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We created a gui with some textboxes etc... and durring development we did not 
see no speed issue, but when we deployed the app to a remote server problems 
started to show.

When we start the application it is really slow... You first see black screen 
and running cursor over the whole screen and then another cycle blue background 
color...

This is all running on a remote server via SSH. Any idea how to speed up? 
Loading of the app takes over 10sec....

Using ncurses in bash or c++ is almost instant...

Please help

Original issue reported on code.google.com by alen.lon...@avera.si on 3 Dec 2014 at 5:01

GoogleCodeExporter commented 9 years ago
Hmm, 10 seconds seems a bit excessive, indeed... Is the remote server you are 
SSH:ing to very far away? I know the code Screen code in Lanterna 2 is a bit 
sub-optimal but it shouldn't take 10 seconds. I've run it for a long time 
remotely on a server in New York from Tokyo and it generally takes a little bit 
below a second to load up the first screen. 
Any chance you can record a video of the screen and attach it? I'm curious what 
it looks like. 

Original comment by mab...@gmail.com on 11 Jan 2015 at 11:28