Elias Naur
Elias Naur
I'm not sure. It seems the problem is that this repository recently had a split of history between the old `master` branch and the new `main` branch. According to https://github.com/tendermint/tendermint/tree/master,...
Gio uses IconVG as it's icon format: https://git.sr.ht/~eliasnaur/gio/tree/main/item/widget/icon.go#L29
Please re-run workflow. Latest staticmajor now runs with `CGO_ENABLED=0`.
I've built `gaiad`, initialized a main net node, downloaded a Quicksync pruned snapshot, unpacked it. However, I'm not sure how to reproduce the error, or maybe I have to wait...
I'd love to take another look. However, so far I failed to reproduce the issue. Can you provide me with instructions to replicate the slow startup?
> Do the LitteEndian calls get inlined if the arch is little endian? I wonder what the performance is without those calls I believe LittleEndian calls are inlined on all...
Based on #274, I've included the optimization for the error bits. See https://github.com/klauspost/reedsolomon/pull/272/commits/0ae8b020f6185da93505c31ba276614082d156f9 for details. In short: - `errLocs` must reflect the erasures, but also doesn't have an effect on...
Another issue with optimizing `errBits` is that the leopard8 cache is no longer correct: https://github.com/klauspost/reedsolomon/blob/4e91954739f00400b1c60e81096cb56fa2aea207/leopard8.go#L531 because there is no longer a one-to-one relationship between `errBits` and `errLocs`.
I've fixed the caching issue by no longer including `errBits`, at the cost of calling `errBits.prepare` even for cache hits.
What's the status of this? It sounds like an API change, right? If so, can we agree on the proposed API?