Skip to content

Commit

Permalink
Make indexedDB to default fast cache by default
Browse files Browse the repository at this point in the history
Turns out it's currently the fastest among the three currently
implemented (Cache, browser.storage.session, indexedDB). Possibly
because indexedDB can natively persist structure-cloneable data,
something uBO can now benefit with the work on abstracting away
the limitations of various storages being limited to persist only
text or JSON data.

Related issue:
uBlockOrigin/uBlock-issues#2969
  • Loading branch information
gorhill committed Feb 28, 2024
1 parent 9862446 commit d4efaf0
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 137 deletions.
Loading

0 comments on commit d4efaf0

Please sign in to comment.