Files
bitcoin/src
Martin Leitner-Ankerl bfb9291a86 util: implement prevector's move ctor & move assignment
Using swap() was rather wasteful because it had to copy the whole direct
memory data twice. Also, due to the swap() in move assignment the moved-from
object might hold on to unused memory for longer than necessary.
2023-03-26 15:49:52 +02:00
..
2023-02-23 17:58:40 -05:00
2023-03-15 16:43:31 +01:00
2023-03-15 16:43:31 +01:00
2023-03-22 13:18:57 +01:00