After connecting 100,000 peers with one channel each (not all at once!), we see various places where we exhibit O(N^2) behaviour. Fix these by keeping a map of id->peer instead of a simple linked-list. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| run-find_my_abspath.c | ||
| run-invoice-select-inchan.c | ||
| run-jsonrpc.c | ||
| run-log-pruning.c | ||
| run-shuffle_fds.c | ||