Skip to content

evanstade/indexeddb_playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Storage Playground

Forked from https://idb.zeroliu.com

The goal is to test IndexedDB performance under various scenarios that the original benchmarks didn't touch on, e.g. reading with or without a lot of records, with or without compressible data, etc.

How to use

First time setup:

$ npm install --save-dev react-dev-utils

Compile and run:

$ export NODE_OPTIONS=--openssl-legacy-provider
$ npm run build
$ npx http-server build/

(This is how a node newb bludgeoned it into working; improvements welcome.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.9%
  • JavaScript 28.6%
  • Other 1.5%