JS Object Storage Performance
Precreate 50.000 objects (locally stored). After this create 10.000 new (not stored) objects inside a loop.
The test method is implemented outside of the scope of "store".
We need no additional cleanup to get a good performance of the function. First loop is done after ~1150ms. The following loop needs ~350ms. Quite good. The same value as in the first example, where the data have never exist.