-
M0xffc[m]For someone who is new (and hasn't run profiling on Monero), if you want to sum it up, which part of the Monero is the bottleneck (performance-wise)?
-
moneromooooTransaction/signature verification.
-
moneromooooIf you run without fast sync, probably PoW.
-
moneromooooFast sync only applies to historical blocks. Do you mean that or just keeping ahead as blocks are found ?
-
M0xffc[m]The bottleneck is the computation itself? or there are opportunities to improve it implementation wise?
-
M0xffc[m]The reason why I am asking is that I was reading this paper today, cs.uic.edu/~jakob/papers/sosp17_techrep_draft.pdf Stuff like this (this one does not apply to monero directly), can improve software implementation.
-
M0xffc[m]Or this one: arxiv.org/pdf/1905.01135.pdf this might not apply directly too.
-
woodser[m]I think I may have found a problem in wallet2, where if the wallet is first created in-memory, then it will fail to save to disk, given this logic: github.com/monero-project/monero/bl…master/src/wallet/wallet2.cpp#L6238
-
woodser[m]opened an issue if anyone can fix: monero-project/monero #8932