virtualx-engine/thirdparty/misc
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
..
patches Fixed issue with Godot modifications to polypartition.cpp third-party file 2022-02-21 14:10:15 -05:00
clipper-exceptions.patch
clipper.cpp
clipper.hpp
cubemap_coeffs.h
fastlz.c
fastlz.h
ifaddrs-android.cc
ifaddrs-android.h
mikktspace.c
mikktspace.h
pcg.cpp
pcg.h
polypartition.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
polypartition.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
r128.c
r128.h
smaz.c
smaz.h
smolv.cpp
smolv.h
stb_rect_pack.h Upgrade stb_rect_pack to 1.01 2022-02-24 13:15:41 +01:00
yuv2rgb.h