Skip to content

valyagolev/backgammon-simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backgammon-simd

Crate Info API Docs

Type-safe valid move generator for backgammon using SIMD instructions. Useful for e.g. ML stuff.

Also has a (slow?) random board generator as a useful utility.

Doesn't handle cubes and matches.

Is it actually very fast? Probably not. Currently takes 7µs per board on my slow box (~140k/s). Let me know who to compete with. But it's nice to use and doesn't feel like a complete waste, performance-wise.

I only tested it using nightly, it wants #![feature(portable_simd)].

Probably a lot of room for improvement ;-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages