OMGDuke / protondb-decky

ProtonDB Badges is a plugin for Decky Loader to display tappable ProtonDB badges on your game pages
https://decky.xyz/
GNU General Public License v3.0
83 stars 10 forks source link

move caching to indexeddb instead of localstorage #42

Closed OMGDuke closed 1 year ago

OMGDuke commented 1 year ago

Closes #40

Removed protondb cache context and changed to using indexeddb instead of local storage. Should be a lot more performant.

No longer storing the full cache in memory with context. Only accessing the cache one game at a time from the indexeddb