godot/tests/core
reduz 746dddc067 Replace most uses of Map by HashMap
* Map is unnecessary and inefficient in almost every case.
* Replaced by the new HashMap.
* Renamed Map to RBMap and Set to RBSet for cases that still make sense
  (order matters) but use is discouraged.

There were very few cases where replacing by HashMap was undesired because
keeping the key order was intended.
I tried to keep those (as RBMap) as much as possible, but might have missed
some. Review appreciated!
2022-05-16 10:37:48 +02:00
..
io Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
math Merge pull request #59643 from kneejuicer/geometry2D-tests 2022-05-10 14:45:36 +02:00
object Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
string Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
templates Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
variant Merge pull request #56337 from cdemirer/fix-array-dictionary-id 2022-01-23 00:46:53 +01:00
test_crypto.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_hashing_context.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_time.h Fix inconsistent naming in Time 2022-05-05 16:00:37 +02:00