How fast is looking up a value in localStorage with Javascript?
Does anyone have links to any performance tests that indicate whether or not it is worth caching the data in a JavaScript object? Or does the browser already cache values that are accessed from localStorage anyway?
I am particularly interested in Firefox and Chrome implementations of localStorage.