Stephen Fleischman

Results 5 issues of Stephen Fleischman

Criterion has been a delight to use so far in my chess engine project, [pleco](https://github.com/sfleischman105/Pleco). I'm currently in the process of transitioning to Criterion from the standard library benchmarking. One...

I feel like this would be a useful thing for a chess library to have. At the bear minimum, we should be able to parse a PGN file and turn...

enhancement
help wanted
library

This is probably the weakest part of the engine right now: playing well into the end-game. Porting over Stockfish End of Game table bases would fix this, and seems pretty...

enhancement
help wanted
searcher

The following features need to be stabilized before pleco_engine can compile on stable: - [ ] const_fn ([rust-lang/rust#24111](https://github.com/rust-lang/rust/issues/24111)) - [x] const_indexing ([rust-lang/rust#29947](https://github.com/rust-lang/rust/issues/29947)) - [ ] fused ([rust-lang/rust#35602](https://github.com/rust-lang/rust/issues/35602)) - [ ]...

enhancement
searcher

Pleco has a ton of features and customization. However, it's not very clear on how to actually incorporate the crate inside of a project. The Wiki needs to be updated...

help wanted
documentation
searcher
library