reason-othello

Crates.ioreason-othello
lib.rsreason-othello
version0.1.0
sourcesrc
created_at2021-04-02 13:29:36.715794
updated_at2021-04-02 13:29:36.715794
descriptionAn Othello library with a blazing fast bitboard.
homepage
repositoryhttps://github.com/maxwells-daemons/reason/
max_upload_size
id377656
size38,756
Aidan Maxwell Swope (maxwells-daemons)

documentation

README

reason-othello is a full-featured Othello library backed by a blazing fast bitboard.

Key features include:

  • The fastest bitboard in the West, written with explicit SIMD to use vector instructions.
  • Three level of abstraction trading off speed and convenience: raw bitboard functions, a fast and unchecked Board type for engines, and a safe high-level Game type.
  • A C-style FFI for using bitboard functions outside of Rust.

This package was developed as part of the reason engine.

Commit count: 72

cargo fmt