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
Direct InMemoryStore file serialization in the Rust backend.
This avoids a memory peak and also improves the performance of the operation compared to
(de-)serialization via the detour of a Python bytes object.