std::unordered_map vs TMap Performance?

I’m sorry if I wasn’t clear, I have a code base with stl in it. It was not written for Unreal. :smiley:

I’m considering rewriting some of it to use TMap.

Mostly out of curiosity only, I’m wondering if anyone has ever bothered benchmarking TMap against std::unordered_map.