This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 266
Lazy loading/decoding of data #11
Comments
See references to this bug (BUG 11) in the code for known places where this is a problem. |
I'll take this. |
aboodman
changed the title
We eagerly read all refs during decoding
Lazy loading/decoding of data
Jul 9, 2015
As of c4537d8, this is working for Lists. Tomorrow, sets and maps. |
aboodman
added a commit
that referenced
this issue
Jul 10, 2015
@rafael-atticlabs volunteered to rescue me from the last bit of this (Map). yay. |
Support for maps added in 8297bae |
ghost
closed this as completed
Jul 13, 2015
aboodman
added a commit
that referenced
this issue
Jul 15, 2015
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently eagerly load all values recursively.
While this is sometimes what you want, it frequently isn't. For example right now, when someone asks DataStore for the current roots, we will read the entire database into memory.
It requires some thought as to where to put the gradual expansion.
The text was updated successfully, but these errors were encountered: