OCFL / ocfl-java

A Java OCFL implementation
MIT License
18 stars 12 forks source link

calculate inventory digest while serializing #32

Closed pwinckles closed 3 years ago

pwinckles commented 3 years ago

Currently, new inventories are first serialized to a file and then their digest is calculated. This can be optimized slightly by calculating the digest while the inventories are being written to disk.

pwinckles commented 3 years ago

Resolved by https://github.com/UW-Madison-Library/ocfl-java/commit/3a202ba44f5e78061a74d97027df6e7d32069cad