Files
wownero/src
SChernykh 099fc1f8a9 Fixed get_block_template_backlog performance
Before the fix, it processed all transactions in the mempool which could be very slow when mempool grows to several MBs in size. I observed `get_block_template_backlog` taking up to 15 seconds of CPU time under high mempool load.

After the fix, only transactions that can potentially be mined in the next block will be processed (a bit more than the current block median weight).
2022-07-22 13:50:21 +02:00
..
2022-07-13 22:07:31 +02:00
2022-07-13 22:07:31 +02:00
2022-05-10 16:47:13 -05:00
2022-04-18 09:55:20 -05:00
2022-03-04 06:59:20 +01:00
2022-03-04 06:59:20 +01:00
2022-03-04 06:59:20 +01:00
2022-03-04 06:59:20 +01:00
2022-04-27 18:53:03 +01:00
2022-05-26 21:23:38 -05:00
2022-03-04 06:59:20 +01:00
2022-06-13 18:44:09 +01:00
2022-07-05 23:59:59 -05:00
2022-07-14 22:15:27 -04:00
2022-03-04 06:59:20 +01:00
2022-07-13 22:07:31 +02:00