TomasHubelbauer / dom-local-storage-perf

DOM local storage performance experiment

Home Page:https://tomashubelbauer.github.io/dom-local-storage-perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOM localStorage performance

An experiment in seeing what is faster - multiple items with JSON contents or a single item with a JSON array of items with their contents.

See the online demo.

Results

Using localStorage as a KV store is much faster than using it as a single blob store.

To-Do

Describe what the two tests do and present the results in the readme

About

DOM local storage performance experiment

https://tomashubelbauer.github.io/dom-local-storage-perf


Languages

Language:HTML 100.0%