Csaba Kiraly
Csaba Kiraly
@kdeme, I'm now back at this codebase, so I will check how can we rebase this to the current master
I use this virtual timer for testing performance in https://github.com/codex-storage/das-dht-emulator, using UDP only. The problem it solves for me is the CPU bottleneck when emulating many instances of a process...
@cheatfate I have largely simplified the code. Purpose is still the same: to run simulations without code change.
was identified by @ufarooqstatus as potentially caused by https://github.com/vacp2p/nim-libp2p/blob/unstable/libp2p/protocols/pubsub/gossipsub.nim#L327
Ok, so the correct permanent link to the offending line is https://github.com/vacp2p/nim-libp2p/blob/467b5b4f0cbfca31ececce9dfd1e649df87067e8/libp2p/protocols/pubsub/gossipsub.nim#L327 Regarding what it violates: - first of all, it is simply something better not done, just simply not...
I still think the ordering, at the block level (not at the symbol level) should be the other way around, although admittedly it only matters if one considers partial access...
> > I still think the ordering, at the block level (not at the symbol level) should be the other way around, although admittedly it only matters if one considers...
related PR: https://github.com/status-im/codex-research/pull/77
related PR in codex research is https://github.com/status-im/codex-research/pull/76
Thanks for opening the issue @embrya-technologies ! Just to be clear for someone stumbling on this issue, as stated in the README, the PyTorch training code is not official and...