TCEC-Chess / tcecgui

Apache License 2.0
16 stars 15 forks source link

Sluggish moving trough game when slow CPU or heavy CPU load and complex configuration #210

Closed Aloril closed 3 years ago

Aloril commented 3 years ago

When using complex non-minimal preset and using left/right keys to move trough game, board update is sluggish with slow CPU speed.

snicolet commented 3 years ago

I have found that it helps a lot to click the crosses to close the animated ads by Google, and same for the preview of the twitch live stream

octopoulos commented 3 years ago

There's already a +80% speed improvement since 5 days ago, can see it in options => extra => benchmark. Now, considering 90% of the time is spent on the browser updating the layout, the DOM and painting the elements, there doesn't seem to be any way to improve the speed any more except from helping the browser create/destroy fewer nodes, which will be the next objective. I guess we might see another +50% or +100% speed improvement soon.

Aloril commented 3 years ago

PR226 improves speed further, quite snappy now even with CPU load.