0.1.4
Updated pleco to 0.4.3 and pleco_engine to 0.1.4.
Nothing too significant, mostly fixing issues with the new allocation system.
pleco
changes:
- Added new 'unreachable_unchecked hint, removing dependency on unreachable` crate.
- Added repr(transparent) to BitMove, Sq, and BitBoard.
- Fixed
zobrist
typo - Added
#[cold]
attributes to startup functions. - Changed MoveType from a u16 to u8.
- Fixed allocation issues.
- Updated dependencies.
pleco_engine
changes:
- Added
#[cold]
attributes to startup functions. - Changed
VERSION
string to a macro referencing current cargo version - Fixed allocation issues.
- The global Threadpool and transposition table are now in a fixed memory locations.
- Updated dependencies.