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
Hello Ronny, can you please elaborate a bit on the use-cases you have in mind?
The only place where we seem to use pickle is I/O. In theory we can improve space consumption by introducing a typed Trie which delegates to struct for serialization.
for more efficient storage of values/tuples that don't need pickle
The text was updated successfully, but these errors were encountered: