Hacker News new | ask | show | jobs
by twic 2254 days ago
> For the different implementations in common browser databases, we can observe an up to 12 times faster displaying of new query results after a write occurred.

Is this intended to be an optimisation on top of localStorage and so on? If so, at least you don't have to worry about multiple writers.

1 comments

localStorage is no database, check out the demo page.