BitBully 0.0.78
A fast, perfect-play Connect-4 engine in modern C++
Loading...
Searching...
No Matches
TranspositionTable.h File Reference

Direct-mapped, replacement-free transposition table used by the solver. More...

#include <memory>
#include "Board.h"
Include dependency graph for TranspositionTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BitBully::TranspositionTable
 Power-of-two-sized direct-mapped cache for negamax search results. More...
struct  BitBully::TranspositionTable::Entry
 One transposition-table slot. More...

Namespaces

namespace  BitBully
 Top-level namespace for the BitBully Connect-4 engine.

Detailed Description

Direct-mapped, replacement-free transposition table used by the solver.

Definition in file TranspositionTable.h.