Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 22:31

Added

  • 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.