Supersize: Improving performance by storing fetch results
We now cache the data file as binary data, which can be cached in memory without crashing the page. When streaming, we build the final cache by tracking the total size of the bytes streamed in. This cache allows us to reuse the data on subsequent runs (such as when filters change) rather than calling fetch again. Bug: 847599 Change-Id: I09fb9f45c992984ed56c1270c1c015d274c4c167 Reviewed-on: https://chromium-review.googlesource.com/1136852 Commit-Queue: Tiger Oakes <tigero@google.com> Reviewed-by:agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#576490}
Showing
This diff is collapsed.
Please register or sign in to comment