When using the Application.Storage API to deal with large objects, there's a noticeable overhead for for get, set and delete operations.
- getValue seems to have a 100% (of object size) overhead (above and beyond the size of the actual data that's...