-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I wish to know if there is a way to speed up parsing.
I have deployed a node.js serverless service in order to parse heavy IFCs (the browser crashes when trying to parse them) using SingleThreadedFragmentsModel.
I wish to know if there is something in the environment's setup I can control (e.g. cpu power) regardless of memory that can boost performance.
Related but not strictly:
I saw some discussion regarding stream a parser. That will probably solve the OOM browser issue.
I would like to hear about that.
I can imagine that there is a lot of context that is needed in runtime during parsing but I am interested to hear if that context can be written to idb/disk to deallocate memory on the expense of more reads.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels