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
For now Handle(NCollection_HAsciiString) takes at least 32b per object on dynamic memory.
Needs to find a way to improve and use at least 18b per object. And cache the empty strings.
One of the idea - avoid Standard_Transient and any virtual functionality.
Smart pointer needs to be as a internal object. The sample TopoDS_Shape.
The text was updated successfully, but these errors were encountered:
For now Handle(NCollection_HAsciiString) takes at least 32b per object on dynamic memory.
Needs to find a way to improve and use at least 18b per object. And cache the empty strings.
One of the idea - avoid Standard_Transient and any virtual functionality.
Smart pointer needs to be as a internal object. The sample TopoDS_Shape.
The text was updated successfully, but these errors were encountered: