//
pkg.gl
Category
github.com/frankkopp/FrankyGo
internal
transpositiontable
package
1.0.3
Repository:
https://github.com/frankkopp/frankygo.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
11
Dependents
2
Files
226 SLOC
#
Functions
NewTtTable
NewTtTable creates a new TtTable with the given number of bytes as a maximum of memory usage.
#
Constants
MaxSizeInMB
MaxSizeInMB maximal memory usage of tt.
TtEntrySize
16 bytes.
#
Structs
TtEntry
TtEntry struct is the data structure for each entry in the transposition table.
TtStats
TtStats holds statistical data on tt usage.
TtTable
TtTable is the actual transposition table object holding data and state.