LeftistTachyon / SimpleChess

My latest chess project! The next iteration up from OfflineChess.
MIT License
2 stars 0 forks source link

Rewrite squares to be ints, not Strings #30

Closed LeftistTachyon closed 6 years ago

LeftistTachyon commented 6 years ago

Hoping for a speed increase

LeftistTachyon commented 6 years ago

It's clearly faster. String: 5.427445 ms versus Int: 3.509637 ms

LeftistTachyon commented 6 years ago

Completed, with closure of #31.