Hi,
I was wondering, between WebStorage and Dictionary, which one would be faster to manipulate?
If you have need for a lot of keys (say, 100), would it be wiser to import all the WebStorage keys into a Dictionary and then do manupulations like find, replace, etc, or is it just as fast to do the manupulations directly on the WebStorage object?