bee
bee copied to clipboard
Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (ap...
Write benchmark for logger and optimize memory allocations to a minimum. Consider a lock-free linked list as a data structure. Resources: https://github.com/golang/glog/blob/master/glog.go#L488-L502 http://hackemist.com/logbench/ https://github.com/imkira/go-loggers-bench https://gist.github.com/Avinash-Bhat/48c4f06b0cc840d9fd6c https://github.com/uber-go/zap/tree/master/benchmarks
# Reserve Store Used to track the chunks that are part of the node's area of responsibility. ## Functionality ```go type ReserveStore interface { // Chunks function will provide the...
#### Summary Currently the operation to create a new pin imply an hanging request that can take very long time. An async operation, permitting to request the pinning status that...
Once we migrate everything to the new store, we would need a way to migrate the keys that we have in the store in the future. With the Store abstractions,...
It would be good to identify under what circumstances sharky is leaking. There is a previous thread about similar issues: https://github.com/ethersphere/bee/issues/1258 However that started long time ago and a lot...
The problem here is that diluting takes a long time (about a minute) until the postage stamp is updated. This creates bad user experience, where someone using this feature may...
### Context Tested on 1.6.x & 1.7.0 ### Summary No Response, Sending request for infinite time, when try to use a Reference uploaded with /Chunks and Content-Type: application/octet-stream ### Steps...