Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | perf: allocate killer moves on the stack | eug-vs | 2023-08-31 | -2/+2 |
| | ||||
* | refactor!: implement staged move generation | eug-vs | 2023-08-31 | -0/+239 |
- Skip move generation on ttable hit - Perform selection sort *iteratively* when pulling items - Fix killers probed from incorrect ply (still not ideal) |