ifcplusplus icon indicating copy to clipboard operation
ifcplusplus copied to clipboard

Whitespace symbols in STEP lines

Open claimred opened this issue 5 years ago • 0 comments

Is there a specific reason to put whitespace after the equals sign (#23=_IFCOLUMN)? For example https://github.com/ifcquery/ifcplusplus/blob/master/IfcPlusPlus/src/ifcpp/IFC4/lib/IfcColumn.cpp#L65 (every ::getStepLine function works like that)

Not writing spaces could easily save a hundred kilobytes on large ifc projects. Not that much one could argue, but everything matters in large projects.

claimred avatar Sep 24 '20 12:09 claimred