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
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
A minor improvement but as the dispatchPlaneEvent in VRDisplay.cpp is just copying elements from a container to another, reserving the capacity may avoid intermediate copies and allocations.
The text was updated successfully, but these errors were encountered:
A minor improvement but as the dispatchPlaneEvent in VRDisplay.cpp is just copying elements from a container to another, reserving the capacity may avoid intermediate copies and allocations.
The text was updated successfully, but these errors were encountered: