Closed ryanmrichard closed 1 year ago
As an added detail around the removal of BPHash, we will want to replace at least some the hashing done with BPHash with std::hash
specializations. Those additions are most likely going to occur in other repos (TensorWrapper, Chemist, and PluginPlay primarily) that are currently dependent on BPHash through this repo.
In light of the current cacheing/memoization strategy there's some clean-up to be done in PZ.
ArchiveWrapper
, or something similar, to insulate downstream dependencies from the serialization details