SabakiHQ / Sabaki

An elegant Go board and SGF editor for a more civilized age.
https://sabaki.yichuanshen.de/
MIT License
2.39k stars 376 forks source link

Fast move navigation holding down the up/down arrow key works in 0.52.0 but break in 0.52.2 #950

Open dany52 opened 9 months ago

dany52 commented 9 months ago

It looks like performance issue. For small desk size navigation works better in 0.52.2. For big desk size navigation works worse in 0.52.0.

apetresc commented 7 months ago

Can you give some more details, perhaps an SGF exhibiting the problem and/or a video comparison? I've tried comparing v0.52.0 and v0.52.2 on a typical SGF in both macOS and Windows and haven't noticed any discernable difference in speed.

dany52 commented 6 months ago

Ubuntu 20.04

https://github.com/SabakiHQ/Sabaki/assets/436366/8c6b5c4c-6c9b-4d7d-8e3f-34d9728a8c0b

dany52 commented 6 months ago

in 0.52.1 works but break in 0.52.2. it's strange. I only see a few harmless commits between versions.

dany52 commented 6 months ago

The problem was caused by the xneur application. After turning it off for Sabaki, the problem disappeared. It's still unclear why it affects version 0.52.2 but doesn't affect other versions.