
Rusty Pigeon - another UCI chess engine written in Rust. This time it should be able to beat you up consistently and without afterthoughts.
Rating CEDR=2056
v.1.1.0:
This version does a bunch of stuff:
Use mimalloc as global allocator, which can be disabled specifying default-features = false. This makes everything A LOT faster (at least on Windows)
Fix some internal representation bugs
Add some more tests
Other miscellaneous performance improvements
github:https://github.com/TrinTragula/rusty-pigeon/releases/tag/v1.1.0
Comments
Post a Comment