Arvid Norberg

Results 1037 comments of Arvid Norberg

I see that libtorrent actually configured inbound and outbound hop counts. Looking at the SAM protocol specification, I don't see `inbound.variance` or `outbound.variance` as options though https://geti2p.net/en/docs/api/samv3

are these parameters only available for i2pd? Do they need to be omitted to support the java implementation? are the full names `inbound.lengthVariance` and `outbound.lengthVariance`, in the SAM protocol?

I see. thanks for the explanation.

Anything's possible, I don't see any upside. You would need to find replacements for all the other boost libraries the libtorrent depend on as well. multi index container is a...

The flip-side is that you can implement your own multi-index container, instead of the actual library. I suspect your aversion to dependencies is the difficulties it causes in build systems....

> This is the problem with big libraries like boost. If you bring it for one feature libtorrent depended on boost before asio was a thing btw. So, what might...

Do you have a reason to believe the cache hit rate would be high in this cache? I can't think of a reason why it would be

test coverage of `merkle.rs` is not excellent. (88%). https://coveralls.io/builds/71236100/source?filename=crates%2Fchia-datalayer%2Fsrc%2Fmerkle.rs#L24 (note that you need to log in to coverall with your github account to see source code coverage)

I don't think it's feasible to add another index. Unless, perhaps, if we can make them non-overlapping. e.g. `WHERE spent_index = 0` and the other `WHERE spent_index != 0`. There...