PotatoOfDoom / CyberFSR2

FidelityFx Super Resolution 2.0 for Cyberpunk
MIT License
615 stars 66 forks source link

replace std::unordered_map with ankerl::unordered_dense::map #61

Closed 0x-FADED closed 1 year ago

0x-FADED commented 1 year ago

i know this adds another dependency but compared to the STL std::unordered_map lookups are very fast and uses much less memory and CPU instructions.(from different tests this saves about 1.5x memory depending on various situations)