Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
hash_maps sont maintenant utilisés à la place de cartes, de sorte que le coût de la recherche ou l'insertion est en O (1) dans le cas moyen, au lieu de O (logn).
Tags:
Minor bugfixes
hash_maps are now used instead of maps, so the
cost of lookup or insertion is O(1) in the average
case, instead of O(logn).