You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jitify is using both std::map and std::unordered_map with no real thought as to which is more suitable. This is a request to clean this up to use the most appropropriate map consistently, ideally based on benchmarked performance.
The text was updated successfully, but these errors were encountered:
Jitify is using both
std::map
andstd::unordered_map
with no real thought as to which is more suitable. This is a request to clean this up to use the most appropropriate map consistently, ideally based on benchmarked performance.The text was updated successfully, but these errors were encountered: