9-9-9-9 / Bit-Heroes-bot

Bit Heroes bot
GNU General Public License v3.0
73 stars 13 forks source link

refactor: optimize search attendable places #96

Closed 9-9-9-9 closed 1 year ago

9-9-9-9 commented 1 year ago

Optimize search by providing correct start Y of left column

Time search full (ms)

Before: 5xx 5xx 5xx 2xx 5xx 5xx... and so on

After: 3xx 3xx 3xx 2xx.....

Reduced from 5xx ms to 3xx ms to search all attendable places

daredoes commented 1 year ago

nice