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
boost::compressed_pair is being leveraged in TfDense{Map,Set} to take advantage of the empty base optimization for the Hashing and Equality types. This can be done explicitly with private inheritance on the containers.
Longer term, the [[no_unique_address]] attribute should be considered when C++20 is an option.
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:
Description of Issue
boost::compressed_pair
is being leveraged inTfDense{Map,Set}
to take advantage of the empty base optimization for the Hashing and Equality types. This can be done explicitly with private inheritance on the containers.Longer term, the
[[no_unique_address]]
attribute should be considered whenC++20
is an option.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: