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 9 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2024

  1. tweak _filt_fir!, remove block

    `VecElement`, (removed multiversioning)
    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    95b52d8 View commit details
    Browse the repository at this point in the history
  2. reuse _filt_fir! and _filt_iir!

    specialized methods should be faster
    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1fca05e View commit details
    Browse the repository at this point in the history
  3. rely on constprop/dce

    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    77c3676 View commit details
    Browse the repository at this point in the history
  4. use LazyString

    first only
    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fccca06 View commit details
    Browse the repository at this point in the history
  5. SMALL_FILT_CUTOFF: 58 -> 66

    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    46c0b13 View commit details
    Browse the repository at this point in the history
  6. Add tests for coverage

    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    84915d1 View commit details
    Browse the repository at this point in the history
  7. test more

    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    61f0a79 View commit details
    Browse the repository at this point in the history
  8. lazy string macro

    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    61e9244 View commit details
    Browse the repository at this point in the history
  9. mitigate regressions

    wheeheee committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    299a721 View commit details
    Browse the repository at this point in the history