From 4bb3f46c560ebb786a97510b37f1215ed04ee14d Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Sat, 5 Sep 2020 00:05:46 -0700 Subject: [PATCH] Slava's CPU speedups are 13% faster --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26f9d9c..b7052d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ for setuptools_scm/PEP 440 reasons. ### Changed - Proof of Space now requires significantly less temp space to generate a new plot. A k=32 that used to require 524GiB now requires only 317GiB - a 60% decrease. - When plotting, instead of 1 monolithic temp file, there are now 8 files - one for each of the 7 tables and one for sorting plot data. These files are deleted as the `-2` or `-d` final file is written so the final file can fit within the footprint of the temporary files on the same filesystem. -- We've made various additional CPU optimizations to the Proof of Space plotter that increase plotting speed by X% +- We've made various additional CPU optimizations to the Proof of Space plotter that reduces plotting time by an additional 13%. - Coloured coins have been updated to simplify them, remove 'a', and stop using an 'auditor'. - clvm has been significantly changed to support the new coloured coins implementation. - Bumped cryptography to 3.1. Cryptography is now publishing ARM64 binary wheels to PyPi so Raspberry Pi installs should be even easier.