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

Optimized _filt_fir! for DF2TFilter #569

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    1df3db7 View commit details
    Browse the repository at this point in the history
  2. VecElement, multiversioning

    wheeheee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b1277d4 View commit details
    Browse the repository at this point in the history
  3. reuse _filt_fir! and _filt_iir!

    specialized methods should be faster
    wheeheee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cd1bcbd View commit details
    Browse the repository at this point in the history
  4. rely on constprop/dce

    wheeheee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    97127ab View commit details
    Browse the repository at this point in the history
  5. use LazyString if supported

    wheeheee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4c2acbf View commit details
    Browse the repository at this point in the history
  6. first only

    wheeheee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bcc0e80 View commit details
    Browse the repository at this point in the history
  7. SMALL_FILT_CUTOFF: 58 -> 66

    wheeheee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e3873b3 View commit details
    Browse the repository at this point in the history
  8. Add tests for coverage

    wheeheee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e517c0b View commit details
    Browse the repository at this point in the history