Skip to content

TomasHubelbauer/dom-local-storage-perf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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