nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Optimize bplib_load retrieval of active bundles #46

Closed jpswinski closed 4 years ago

jpswinski commented 4 years ago

In bplib_load the code retrieves the oldest active bundle from the storage service on every call to check if it has timed-out or expired. This retrieval from the storage service is unnecessary, and there are a few options to optimize it:

jpswinski commented 4 years ago

The first recommended option from the initial description was taken.