CHEVASSU Florian
CHEVASSU Florian
Yes, that's how we interpreted it. I do not know if this is relevant, but please note that in our solution, all peers use the same "client" (our software), and...
> It looks like the PR is failing at compiling Sorry about the delay. Should be fixed now.
The underlying `std::map` implementation is usually based on red-black trees. This means that an insertion might trigger a re-balancing operation that will modify the internal structure of the tree. Iterating...
> See C++ standard guarantees that concurrent non-const accesses to a container are safe if the writes/reads are to different elements of the container. Yes, concurrently modifying different elements of...