davidzhengyes / ChessFENAgain

Improvements to ChessFEN. Speed optimizations incoming and less breakable code.
The Unlicense
0 stars 0 forks source link

Terribly slow #15

Closed davidzhengyes closed 5 months ago

davidzhengyes commented 5 months ago

Not sure what the slowdown is from. Same machine, even disabled engine analysis, screenshots are working terribly slowly.

davidzhengyes commented 5 months ago

40s for the locateallonscreen loop when it used to be like 2s

davidzhengyes commented 5 months ago

Even when using "checkout commit" on a new desktop windows reinstall, each piece is way slower image image

davidzhengyes commented 5 months ago

image huh? after installing opencv-python which comes with numpy speeds it up? results may vary

davidzhengyes commented 5 months ago

Tried on laptop as well, Before: image Install opencv-python with numpy: image After: image