-
selstamoneromooo: any idea what to recommend here? monero-project/monero #8740
-
moneromoooWell, I have this old patch that should speed up save/load of subaddresses, probably by a lot. Let me find it...
-
moneromoooWon't do anything for labels, but since most labels are empty, it should be easy-ish to change the code to not store empty labels.
-
moneromooomonero-project/monero #5370 from 2019, so might not apply anymore
-
moneromoooI'll check and push again
-
moneromoooMay be a while, lots of conflicts.
-
selstathank you, hopefully they can test it
-
bit_thanos[m]Random thoughts here from Twitter: can it be done that viewkeys only get exposed on a L2 when we get one, so showing wallet balance only be available on a lightning like layer?
-
bit_thanos[m]Link to TW:
-
bit_thanos[m]
-
selstamoneromooo: there is a build failure on some compilers github.com/monero-project/monero/ac…ons/runs/4176640827/jobs/7233198147
-
moneromoooWill fix, thanks.
-
UkoeHBI'm trying to perf test my experimental threadpool against the one in src/common/threadpool, but the test hangs on init (for both threadpools) in release (I'm pretty sure it's when launching threads). However, it appears to work fine in debug. moneromooo any idea what might be the problem? here is the init for the current threadpool
-
UkoeHBgithub.com/UkoeHB/monero/blob/d4cc6…tests/performance_tests/async.h#L92 . I tried commenting out set_process_affinity() and set_thread_high_priority() in the perf test main() to no avail.
-
UkoeHBI noticed my system's `kernal_task` process spikes up when it hangs.