Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace mmap with file io in merkle tree hash calculation (#3547)
* replace mmap * remove copy * comments * pr: cap max file read size to 64M * pr: share the hash computation from slice with from vec * pr: return slice of hash in get_data api * use expect for hash slice read
- Loading branch information