brianc / indexeddb-performance-demo

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

Home Page:https://brianc.github.io/indexeddb-performance-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://brianc.github.io/indexeddb-performance-demo/


Languages

Language:JavaScript 98.5%Language:HTML 1.5%