ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

Always provide updated index #39

Closed kirillt closed 2 weeks ago

kirillt commented 1 year ago

See RootIndex.kt in arklib-android:

BindingIndex.update(path)
BindingIndex.store(path)

Right now, we do updating twice if the index is being provided for the first time. This updating should be done in arklib during provision, if we already have index instance.