ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

#115: Persisted/Replicated caches #133

Closed kirillt closed 2 years ago

kirillt commented 3 years ago

Implementation of #115.

This branch is based on #102 — outdated version of #122. Commits from that branch are not compatible with main.

If we decide to move forward with this PR, we should put only the latest commit d44bdcaa845f233939c25487b879c7dece342232 on top of main.

kirillt commented 2 years ago

Closing this for now. The plan is to implement index/storage layer in separate library (Rust), which can be used on all other platforms (see #163). After that, #115 would be implemented directly in Rust since for replicated index we need to define format from scratch and we don't duplicate this work.