Skip to content

Store constant atoms more compactly in wire format - #1719

Open
bnoordhuis wants to merge 1 commit into
quickjs-ng:masterfrom
bnoordhuis:opt-wire-format
Open

Store constant atoms more compactly in wire format#1719
bnoordhuis wants to merge 1 commit into
quickjs-ng:masterfrom
bnoordhuis:opt-wire-format

Conversation

@bnoordhuis

Copy link
Copy Markdown
Contributor

Use a run-length encoding to store keyword-like atoms. Reduces the size of the wire format by about 25-30% when the payload is heavy on such atoms (which, admittedly, is rare.)

Use a run-length encoding to store keyword-like atoms. Reduces the size
of the wire format by about 25-30% when the payload is heavy on such
atoms (which, admittedly, is rare.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants