1- Release Notes DDS 2.9.0
2- -----------------------
1+ Release Notes DDS 2.9.0 beta
2+ ----------------------------
33Included code for a number of multi-threading systems:
44- Windows API (was already there)
55- OpenMP (was already there)
66- GCD (new, intended for Mac, not really tested)
77- Boost (new, works on many systems, but you may have to install it)
88- STL (new, should work on most systems with a modern compiler)
99- TBB (new, not so broadly available, but portable in principle)
10- - STLIMPL (new, don't use )
11- - PPLIMPL (new, don't use )
10+ - STLIMPL (new, experimental )
11+ - PPLIMPL (new, experimental )
1212
1313Tested combinations include:
1414- Visual C++ with Windows API, OpenMP, Boost, STL
@@ -19,7 +19,7 @@ Tested combinations include:
1919- MacOS GNU g++ with OpenMP, Boost, STL
2020
2121The number of threads is now unlimited in principle, although the
22- DLL will not let you go beyond 1.5 * the number of processor cores.
22+ DLL will not let you go beyond the number of processor cores.
2323
2424Enabled the transposition-table code for both the large and the small
2525versions in the same DLL. Therefore there is only a single DLL
0 commit comments