-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program slows down when editing a big file #259
Comments
Hi, We've investigated editing bigger files a year or two ago and then we've improved the performance so that the editor was usable with exemplary files having ~2-4k lines which seem to be enough for files containing code. I'm not excluding that the performance could dropped from that time so we'll have a look with the profiler. However please take into account that your sample file has length of ~933 000 which would give almost 8 000 lines when having 120 characters per line. As far as I remember this is around twice as much as the biggest robot file we've found in hundreds of files that our internal clients gave us for analysis at the time we were checking the performance. By the way - just recently I've created a .java file with some JUnit tests which grow up to 2800 lines with a total length of ~222 000 and working with it was getting slower in eclipse Java editor as the file was getting longer. |
Hi, Even I am also facing the same issue. Please find the attached sample file. |
Hi, Even I am also facing the same issue. Please find the attached sample file. |
Hi, what kind of lagging do you experience? What actions are slow? Colouring, showing assistance, typing? |
Hi, The Typing is slow, If I write some 1liner code in that file it takes nearly 2-3mins enter into the file. |
I've just played for a while with your What is your RED version, OS and the machine? |
We haven't found obvious place to get real speed-up with profiler attached. The file attached by reporter is - as I alread pointed out - rather big to be practical example of a maintanable and readable tests suite. I'm closing this one for now. Reopen or open new issue if bottleneck is found. |
Here is the sample file of a big file. You can open it and type some characters in Source mode. You will significantly sense that the editor is slow.
test.robot.txt
The text was updated successfully, but these errors were encountered: