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

feat: use snappy-wasm #6483

Open
wants to merge 14 commits into
base: unstable
Choose a base branch
from
Open

feat: use snappy-wasm #6483

wants to merge 14 commits into from

Commits on Jan 30, 2024

  1. feat: use snappy for larger gossip payloads

    Benchmarks show `snappy` is faster at compressing and uncompressing
    larger payloads than `snappyjs`.
    wemeetagain committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0c088c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68891ee View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    41d4bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864d361 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. chore: tweak perf output

    wemeetagain committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    53622cd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    b972a2c View commit details
    Browse the repository at this point in the history
  2. feat: use snappy-wasm

    wemeetagain committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    96333a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    a667200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d359d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. chore: remove snappy dep

    wemeetagain committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    33ca8e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 18, 2024

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