Skip to content

Compression for FrontEndObjects #344

Closed
@JerryI

Description

@JerryI

Should improve #340

Use it inside FrontEndObjects extension

CompressedExpressionJSON[“...”, "Base64"] (implement on both sides)
CompressedWXF["...", "Base64"] (implement on WL)

CreateFrontEndObject (if is too big) -> CompressedWXF[...] -> transport -> uncompress using MMA extension to JS array -> interpretate

When syncing happens the original CompressedWXF will be returned to the Kernel, which will also reduce the size of the notebook storage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions