Hacker News new | ask | show | jobs
by pkeane 5567 days ago
http://www.w3.org/TR/IndexedDB/
1 comments

(Saw that you also replied on my blog post, dumping my reply to you here, as well.)

IndexedDB may help a bit in this case. It'll cut down on memory usage (at the cost of additional reads on the disk - which will likely increase battery usage on mobile devices) and <em>may</em> decrease search time. Although easily the biggest benefit of my current technique is that it's capable of easily using <code>localStorage</code> - and that has fantastic cross-browsers support (in contrast with IndexedDB, which doesn't).