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
It is not clear whether the usage of ByteString has advantages over directly using String, since usually don't share the underlying memory. Moreover with #1872, it might make more sense to pass the whole structure as a reference/make it easily cloneable instead of creating a struct of references/arcs.
The text was updated successfully, but these errors were encountered:
It is not clear whether the usage of
ByteString
has advantages over directly usingString
, since usually don't share the underlying memory. Moreover with #1872, it might make more sense to pass the whole structure as a reference/make it easily cloneable instead of creating a struct of references/arcs.The text was updated successfully, but these errors were encountered: