- Added sub PDL::CLONE_SKIP { 1 } to MCE.pm. Running PDL + MCE threads no
longer crashes during exiting.
- Updated matrix multiplication examples. All examples now work under the
Windows environment no matter if threading or forking. Unix is stable as
well if wanting to use PDL + MCE and use_threads => 1 or 0.
- Added benchmark results for 2048x2048, 4096x4096, and 8192x8192 to the
README file under examples/matmult/
- Updated documentation