LifeEngine icon indicating copy to clipboard operation
LifeEngine copied to clipboard

Improve performance

Open arnaudcourtecuisse opened this issue 1 year ago • 2 comments

I profile TLE execution and noticed that it spent a lot of time in isValidLoc. Thus I modified the GridMap class to avoid these checks. It relies on optional chaining, which is not supported in webpack 4, so I bumped it.

I also shipped a couple of tweaks that made my life easier while developing. Let me know if you want me to remove them.

arnaudcourtecuisse avatar May 13 '23 18:05 arnaudcourtecuisse

👏👏👏👏👏

theomgdev avatar Sep 13 '23 21:09 theomgdev