likeawizard / tofiks

UCI chess engine written in Go
GNU General Public License v3.0
19 stars 0 forks source link

Reduce type conversion in code #61

Closed likeawizard closed 1 year ago

likeawizard commented 1 year ago

Try to find and reduce type conversions and reduce type sizes where possible for increased performance.

From observation allocation a int16 as opposed to int32 can have significant increase in performance.