RetroShare/retroshare-gui
Gioacchino Mazzurco d2b9b9f094
Reduce memory usage due to copying in IdDialog::updateCircles
Heaptrack reported 141MB of RAM where used by this method most proably
  due to the group metadata list being copied accross lambdas and
  threads more then necessary.
Use an unique_ptr to safely avoid copying of big structure around.
2020-06-23 23:38:22 +02:00
..
src Reduce memory usage due to copying in IdDialog::updateCircles 2020-06-23 23:38:22 +02:00