← Back to events
ActiveAIRelease

trunk/74ee2f44746e2868616296c50bed17b4e9b59376: [BE][Ez]: Enable CPP20 heterogenous lookups in STL collections (#195372)

What happened

Uses some fancy CPP20 features to avoid allocating an std::string_view to an std::string just to check if a key exists. Sadly due to BC ABI compatibility, this feature is not default and requires feeding an transparent functor. I also created a TransparentStringView hasher for similar handling. Follow up to #195299 Pull Request resolved: #195372 Approved by: https://github.com/malfet

Summary assembled by rule from the sources below

Why it's spreading

Sources