-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tweak `_filt_fir!`, remove block `VecElement`, (removed multiversioning) * reuse `_filt_fir!` and `_filt_iir!` specialized methods should be faster * rely on constprop/dce * use `LazyString` first only * SMALL_FILT_CUTOFF: 58 -> 66 * Add tests for coverage * test more * lazy string macro * mitigate regressions * length(b) == n Co-authored-by: Martin Holters <[email protected]> --------- Co-authored-by: Martin Holters <[email protected]>
- Loading branch information
1 parent
b3f9da6
commit 1be88b5
Showing
3 changed files
with
45 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters