package
1.0.3
Repository: https://github.com/frankkopp/frankygo.git
Documentation: pkg.go.dev

# Functions

NewTtTable creates a new TtTable with the given number of bytes as a maximum of memory usage.

# Constants

MaxSizeInMB maximal memory usage of tt.
16 bytes.

# Structs

TtEntry struct is the data structure for each entry in the transposition table.
TtStats holds statistical data on tt usage.
TtTable is the actual transposition table object holding data and state.