Skip to content
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

vd v3.0.2 performance regression on Android #2382

Open
snooppr opened this issue Apr 16, 2024 · 1 comment
Open

vd v3.0.2 performance regression on Android #2382

snooppr opened this issue Apr 16, 2024 · 1 comment
Labels

Comments

@snooppr
Copy link

snooppr commented Apr 16, 2024

I use visidata on Android (Termux, Python 3.11) to view csv/xlsx. Everything works fine with version vd 2.11. Updated to the latest version vd 3.0.2. It became impossible to use, terrible brakes: the movement of the cursor downwards/upwards/sideways is delayed by seconds. I tried even small files of 200 lines, it’s impossible to use at the moment, I rolled back to the previous version, everything works.

v3.0.2
ScreenRec


v2.11
ScreenRecord

Simply put, the delay in responding to commands has increased tenfold.

In addition, in v3.0.2 in xlsx the selected line on which the cursor is located is not highlighted.

@snooppr snooppr added the bug label Apr 16, 2024
@snooppr snooppr changed the title vd v3.03 performance regression vd v3.0.2 performance regression Apr 16, 2024
@anjakefala anjakefala changed the title vd v3.0.2 performance regression vd v3.0.2 performance regression on Android Apr 16, 2024
@snooppr
Copy link
Author

snooppr commented Apr 16, 2024

  1. I found what exactly causes the slowdown is the “slidebar”, which turns on automatically all the time; you can turn it off with the “b” key. I believe that it is problematic and should be disabled by default (enabled from the menu or by key).
  2. I could not return in version 3.0.2 the selection of the selected line under the cursor; in the xlsx format it does not work; in the csv format it selects the line, but not in all columns, but selectively.

v2.11.1
xlsx format, cursor on line "55-59", line highlighting is visible, in 3.0.2 it is not there.
Screenshot_20240416-210415_Termux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant