FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Compress source annotations we persist in externs · Issue #3842 · purescript/purescript · GitHub

Compress source annotations we persist in externs #3842

Description

Source annotations currently have the original source file on every node, which gets duplicated when serialized. This has significant consequences for parsing time (which is mostly in decoding strings), file size on disk, and memory usage when loading from externs.

For example, React.Basic.DOM.Generated (one of the largest extern files I have on hand) is 26MB, 10MB of which is the same file path string repeated over and over again.

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


    Back | FazBrowse Home | New Git URL