Skip to content

How to speed up parsing? #172

@ShaMan123

Description

@ShaMan123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions