OCFL / ocfl-java

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

Optimize Cloud implementation #17

Closed pwinckles closed 3 years ago

pwinckles commented 4 years ago

The cloud implementation works but is not well optimized. Need to run performance tests, and investigate async clients vs thread parallelization.

pwinckles commented 3 years ago

I recently did a fair bit of experimentation and made a few improvements, and the out come was that the async client was not better and that only a few request types benefited from parallelization. There is still room for improvement, but it's about as good as it's going to get for right now.