• Peter Mrekaj's avatar
    refactor(kademlia): speeding up topology build (#2028) · 388256b1
    Peter Mrekaj authored
    Speeds up the topology build by dividing the connect neighbor
    method into two separate phases executed in sequential order.
    The first phase makes a number of concurrent connections not
    bigger than what is considered for the bin to be saturated. The
    second phase takes care of the rest of the connection in a
    regular manner.
    388256b1
Name
Last commit
Last update
.githooks Loading commit data...
.github Loading commit data...
cmd/bee Loading commit data...
openapi Loading commit data...
packaging Loading commit data...
pkg Loading commit data...
.deepsource.toml Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yml Loading commit data...
.goreleaser.yml Loading commit data...
CODING.md Loading commit data...
Dockerfile Loading commit data...
Dockerfile.goreleaser Loading commit data...
Dockerfile.scratch Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
commitlint.config.js Loading commit data...
doc.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
install.sh Loading commit data...
version.go Loading commit data...