It might be possible to improve performance by supporting transient operations on the persistent red-black tree used to store the in-memory portion of the database, because that often involves making several mutations atomically.
Something like the im crate might support this out of the box.
It might be possible to improve performance by supporting transient operations on the persistent red-black tree used to store the in-memory portion of the database, because that often involves making several mutations atomically.
Something like the
imcrate might support this out of the box.