Skip to content

brianc/indexeddb-performance-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexeddb-performance-demo

Demo of simultaneous read/write speed vs. read only speed of indexedDB. The app will run & create an indexedDB database. From a web worker the app will write many ~5kb messages into the database using a compound index. Meanwhile, on the main thread the app will read from the database in a loop. Both read and write times will be reported and displayed as histograms to show the difference in read speed during the writing and once writing is finished.

to run

About

Demo of simultaneous read/write speed vs. read only speed of indexeddb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published