godot/core/templates
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
..
bin_sorted_array.h
command_queue_mt.cpp
command_queue_mt.h Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
cowdata.h Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
hash_map.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
hashfuncs.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
list.h
local_vector.h
lru.h
oa_hash_map.h Add mutable OAHashMap::lookup_ptr function to fix mutability. 2022-04-22 09:20:15 +02:00
paged_allocator.h Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
paged_array.h
pair.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
pass_func.h
pooled_list.h
rb_map.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
rb_set.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
rid_owner.cpp
rid_owner.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
rid.h
ring_buffer.h
safe_list.h add SafeList destructor which calls maybe_cleanup() to prevent mem leak 2022-04-08 09:50:49 -04:00
safe_refcount.h
SCsub
search_array.h
self_list.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
simple_type.h
sort_array.h
thread_work_pool.cpp
thread_work_pool.h Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
vector.h Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
vmap.h Make VMap::find_nearest return -1 when empty 2022-02-16 16:12:30 +08:00
vset.h