Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not compress the outer parts of a SyntaxSet #398

Merged
merged 3 commits into from
Dec 23, 2021

Commits on Nov 24, 2021

  1. Do not compress the outer parts of a SyntaxSet

    Since the lazy-loaded syntaxes already has their data compressed, it is only
    detrimental to performance to compress another time. So stop compressing the
    SyntaxSet and add APIs for clients too.
    Enselic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    4789566 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    587082c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Merge remote-tracking branch 'origin/master' into stop-compressing-ou…

    …ter-syntax-set
    Martin Nordholts committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    891b56f View commit details
    Browse the repository at this point in the history