Implement a lazily unpickling list data structure.
This changes implements a LazyList and LazyListWithEqAndPersistentHashing data structure. These data structures lazily unpickle their contents. This change also renames LazilyUnpicklingDictionary to LazyDict.
Loading
Please register or sign in to comment