Skip to content

Maintenance release

Compare
Choose a tag to compare
@sorenhein sorenhein released this 20 Mar 19:57
· 153 commits to master since this release

Added a lower-memory DLL version with a compile flag (SMALL_MEMORY_OPTION). This is about 11-14% slower, but uses a lot less memory. For example, for a single thread on one PC, the memory usage was 24 MB rather than 110 MB. For 12 threads, the numbers were 89 MB rather than 1.1 GB. You have to link against the right DLL for you -- you cannot make a given DLL behave in both ways. Get binaries from the DDS website, http://privat.bahnhof.se/wb758135/.

Added TDC 32-bit and 64-bit Makefiles contributed by Sergio Polini.

Made the SolveAllChunks functions aliases to SolveAllBoards.