Slava's CPU speedups are 13% faster

This commit is contained in:
Gene Hoffman 2020-09-05 00:05:46 -07:00 committed by Gene Hoffman
parent 6a85d353f7
commit 4bb3f46c56
1 changed files with 1 additions and 1 deletions

View File

@ -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.