Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize code in phase1.hpp (Chia-Network#208)
Util::IntTo16Bytes(to_write, entry); memcpy(&(right_writer_buf[i * entry_size_bytes]), to_write, 16); instead of: Util::IntTo16Bytes(&right_writer_buf[i * entry_size_bytes], entry); Delete memcpy
- Loading branch information