mirror of
https://github.com/sockspls/badfish
synced 2025-05-04 02:29:35 +00:00
![]() 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. |
||
---|---|---|
.. | ||
syzygy.epd | ||
tbprobe.cpp | ||
tbprobe.h |