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

zstd: x86 assembler implementation of sequenceDecs.executeSimple #531

Merged
merged 3 commits into from Mar 18, 2022

Commits on Mar 18, 2022

  1. zstd: x86 assembler implementation of sequenceDecs.executeSimple

    Method sequenceDecs.executeSimple is simplified sequenceDecs.execute
    for cases when both the history and dictionary are empty. These
    cases are 83% of all calls to `execute` when run `go test`.
    In benchmarks it is 99%.
    WojciechMula committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3295600 View commit details
    Browse the repository at this point in the history
  2. Review fixes:

    - allocate padded out buffer
    - remove not needed Go fallback code
    - add missing checks
    WojciechMula committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    25b7f32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c35f4ae View commit details
    Browse the repository at this point in the history