syncrypt / client

Syncrypt command line client and sync daemon
https://syncrypt.space
GNU General Public License v3.0
11 stars 1 forks source link

Perform client-side caching for commonly requested vault metadata & history #42

Closed bakkdoor closed 6 years ago

bakkdoor commented 6 years ago

Currently it can take quite a long time to download & decrypt a vault's history and metadata. Most of that data never changes or is only being appended to over time, so we should get quite large performance gains by storing this metadata locally for future reference and only request the latest diff with only the new data.