1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-04 02:29:35 +00:00
BadFish/src/syzygy
Marco Costalba 9cf110a2ae Get rid of PairsData allocation kludge
Currently we malloc a single memory
chunk in which we shuffle all kind of
different stuff in a very tricky way,
for instance see PairsData::base[1]
that is a hack used as a pointer to
data instead of an actual array (no
wonder C++ compiler complains!).

This patch rewrites all this in a way
to avoid hacky allocations and instead
to rely on the standard containers to
do their job.

This is the base for future work.
2016-04-28 13:59:09 +02:00
..
syzygy.epd regenerate syzygy.epd (#644) 2016-04-20 14:13:16 +02:00
tbprobe.cpp Get rid of PairsData allocation kludge 2016-04-28 13:59:09 +02:00
tbprobe.h Add struct destructors 2016-04-26 09:13:27 +02:00