Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use an unordered_set for compared_pointers instead of a dynarr
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 24 Jun 2014 08:34:51 +0000 (10:34 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 24 Jun 2014 11:13:58 +0000 (13:13 +0200)
It has a better algorithmic complexity.

At the same time, avoid using TLS which is not implemented with
destructor-enabled data structures before C++11.


No differences found