Skip to content

Add PartialEq support on FilterType#80

Open
bboilot-ledger wants to merge 1 commit intoqsib-cbie:mainfrom
bboilot-ledger:filter_type_partial_eq
Open

Add PartialEq support on FilterType#80
bboilot-ledger wants to merge 1 commit intoqsib-cbie:mainfrom
bboilot-ledger:filter_type_partial_eq

Conversation

@bboilot-ledger
Copy link
Copy Markdown

Hello 👋

While using sci-rs filter I came across an issue where PartialEq trait wasn't implemented for FilterType while it's in implemented for FilterBandType.
This PR implements this missing trait.

Apart from that, do you have an idea of when the next release is planned?

Thank you.

@trueb2
Copy link
Copy Markdown
Contributor

trueb2 commented Feb 25, 2026

We are in the middle of a large interface update to address performance issues and usability issues. Moving from free functions to traits with struct impls that allow (or prevent) monomorphization. The next release is planned after most of the current features are moved behind an interface that leads to better codegen and better control over allocations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants