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
While the plugins aren't doing anything performance-critical, and will probably implement their own utilities if they do: a little performance improvement for 500 plugins can have a nice impact. We should thus consider if we want to ship with a drop-in replacement for std::unordered_map, like flat_hash_map.
While the plugins aren't doing anything performance-critical, and will probably implement their own utilities if they do: a little performance improvement for 500 plugins can have a nice impact. We should thus consider if we want to ship with a drop-in replacement for
std::unordered_map
, like flat_hash_map.The text was updated successfully, but these errors were encountered: