You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation is not serializable. If we load a huge amount of
data each time when starting, this may limit the usage. However, if it is
serializable, we can load it once and serialize the entire tree onto the disk.
During the start-up time, we only have to de-serialize it to load the whole
tree quickly.
Original issue reported on code.google.com by [email protected] on 25 Mar 2013 at 2:29
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Mar 2013 at 2:29The text was updated successfully, but these errors were encountered: