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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
This is a perf optimization. Rather than having N routing tables, where N is the number of sybils, sharing a connection pool (and therefore blocking each other), we want to only have one of the PeerIds doing the routing, while the others are just in the routing tables of other peers
Use delegated routing for each of the sybils to use the router sybil to fetch the records
Testing mechanics & evaluation plan
Deploy the nodes. Measure the memory, cpu and bandwidth profiles. There should be a drop comparing to previous version.
Success criteria
The sybils do not thrash each other when sharing the connection pool
The sybils become less noisy (as only one node will have a large routing table, rather than N nodes having many small routing tables that need to be constantly updated)
The text was updated successfully, but these errors were encountered:
Design notes & tasks
Testing mechanics & evaluation plan
Success criteria
The text was updated successfully, but these errors were encountered: