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
Additional motivation: We already copy multiaddrs when Bytes() is called to ensure that they're immutable. If we use strings, we could store them in DHT messages as strings. This would help with what looks to be the primary source of slice allocation load.
This would ~half memory usage of our peerstore. Currently, we store every multiaddr twice.
The text was updated successfully, but these errors were encountered: