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(performance): configurable filter #29

Merged
merged 5 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. feat(performance): configurable filter

    The extra deserialization and serialization involved in filtering messages adds overhead to every message. By making it configurable, we could get some performance gains.
    mikejgray committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0bc1a70 View commit details
    Browse the repository at this point in the history
  2. adjust workflows

    mikejgray committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    23c4905 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    mikejgray authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9306a40 View commit details
    Browse the repository at this point in the history
  4. correct typo

    mikejgray authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    165db65 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    mikejgray authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a4d884a View commit details
    Browse the repository at this point in the history