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
Sometimes STEP file is too large (>1GB) to expand it on memory. Since it is ASCII file, the size of files almost x10 larger than what we actually need. See ARCHITECTURE.md for detail.
The text was updated successfully, but these errors were encountered:
It stores forward and backwards references in the file, which makes it difficult to handle if the whole structure isn't in memory and also hinders sequential parsing.
I'm guessing some workaround could be found with placeholder references or something of the likes.
alteous
pushed a commit
to alteous/ruststep
that referenced
this issue
May 15, 2023
Sometimes STEP file is too large (>1GB) to expand it on memory. Since it is ASCII file, the size of files almost x10 larger than what we actually need. See ARCHITECTURE.md for detail.
The text was updated successfully, but these errors were encountered: