pwyq / Fill-Game

Two Player (Adversarial) Version of Fillomino | (Depth-First) Proof Number Search, Monte Carlo Tree Search, Minimax, Negamax, Alpha-beta pruning
GNU General Public License v3.0
2 stars 0 forks source link

memory optimization #39

Open pwyq opened 1 year ago

pwyq commented 1 year ago
pwyq commented 1 year ago

I came across this that we can look into: https://stackoverflow.com/questions/35055042/difference-between-uint8-t-uint-fast8-t-and-uint-least8-t

pwyq commented 1 year ago

@Stalfoes can you do this one? Sam and I will focus on MCTS