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
I was wondering how bincode currently handles Arc/Rcs. In the case of a DAG (directed acyclic graph), does it duplicate the data, or does it share the data?
I did see #139 , however, I couldn't figure out what the status quo is.
I'd love it if there were a bit of documentation regarding that, similar to what rkyv has.
The text was updated successfully, but these errors were encountered:
I was wondering how bincode currently handles Arc/Rcs. In the case of a DAG (directed acyclic graph), does it duplicate the data, or does it share the data?
I did see #139 , however, I couldn't figure out what the status quo is.
I'd love it if there were a bit of documentation regarding that, similar to what rkyv has.
The text was updated successfully, but these errors were encountered: