Ignacio Hagopian
Ignacio Hagopian
I can add some extra comment there to say that it's related to `ExpectedSealDuration`, but probably isn't the only factor considered. Unfortunately, I haven't found a miner that could explain...
@f8-ptrk, if you come up with a compelling answer, feel free to drop it here so I can add it to the docs. I'd prefer some storage provider to write...
@s1na, pinging you to be aware of some extra changes that happened on Kaustinen after you pulled the work from the other branch, see: https://github.com/gballet/go-ethereum/pull/411, which some days after where...
I didn't realize this issue existed, but we've improved this situation with an optimization in `go-ipa`: https://github.com/crate-crypto/go-ipa/pull/38 Figuring out how that works by reading code is quite hard, so leaving...
Precomp generation had many perf improvements and now are done very fast so it isn't a concern.
> Looks good overall, but isn't using a map slowing things down, especially the serialization part? This change was optimized for the tree conversion. In that case, we have a...
Marking this PR `on-hold` and switching to draft to avoid merging. This PR is complete and works for a full tree conversion, but now we're also exploring the overlay tree...
While doing a toy-app for an article, I wanted to be somewhat strict with the documentation. If I navigate to the documented semantics of close, we can find [this](https://github.com/libp2p/go-libp2p-core/blob/master/mux/mux.go#L22). >...
We had a similar experience (with badger v1 or v2). Forcing GC, or doing manual `badger flatten`, etc doesn't seem to reclaim space on log files. The only thing that...
Sharing [this](https://github.com/dgraph-io/badger/issues/1228) topic which might be interesting to keep track of. My pain-points are related to many _vlogs_, but the solution might indirectly improve some part of the problem.