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
nvmkuruc
changed the title
pxr/usd/usd/crateFile.{h,cpp} can use robin_map instead of boost::flat_mappxr/usd/usd/crateFile.{h,cpp} can use robin_map instead of boost::container::flat_mapFeb 17, 2023
Description of Issue
CrateFile
usesboost::flat_map
to record a registry of type specific functions and a time code ordered list of values.The first usage does not rely on the order of
boost::flat_map
and be replaced directly withrobin_map
.The second usage requires an addition sort of the keys / iterators after the map has been populated.
Steps to Reproduce
N/A
System Information (OS, Hardware)
N/A
Package Versions
N/A
Build Flags
N/A
The text was updated successfully, but these errors were encountered: