Open arv opened 3 years ago
All the way to the RPC barrier, at which point we turn the Vec to a String.
I could not get this to share the underlying [u8] and using RC seems overkill for this.
[u8]
RC
I think if I refactor prolly::Map::flush to return the pending changed keys maybe I can get the ownership working.
prolly::Map::flush
All the way to the RPC barrier, at which point we turn the Vec to a
String.