13:55:17 moneromooo: any idea what to recommend here? https://github.com/monero-project/monero/issues/8740 14:45:11 Well, I have this old patch that should speed up save/load of subaddresses, probably by a lot. Let me find it... 14:45:35 Won'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. 14:47:19 https://github.com/monero-project/monero/pull/5370 from 2019, so might not apply anymore 14:47:33 I'll check and push again 14:48:53 May be a while, lots of conflicts. 16:58:12 thank you, hopefully they can test it 18:17:26 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? 18:17:26 Link to TW: 18:17:26 https://twitter.com/DrunkDialMe_/status/1625557036758102016?s=20&t=h_1vUaCqR2cljXpfkxbPDQ 21:56:48 moneromooo: there is a build failure on some compilers https://github.com/monero-project/monero/actions/runs/4176640827/jobs/7233198147 21:59:43 Will fix, thanks. 23:36:24 I'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 23:36:24 https://github.com/UkoeHB/monero/blob/d4cc62a5aebd2a14fa9b8e77b386a391abbcddcc/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. 23:37:11 I noticed my system's `kernal_task` process spikes up when it hangs.