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

Adds Serialize and Deserialize implementation to AlignedVec #113

Closed
wants to merge 2 commits into from

Conversation

aPere3
Copy link

@aPere3 aPere3 commented May 7, 2021

This PR adds an implementation of the Serialize and Deserialize trait to AlignedVec. An implementation of PartialEq was also added since it was mandatory for the tests.

Those would be super useful for us. As we need to save large arrays of data in the Fourier domain.

I chose to hide the implementation behind a serialize feature, but I don't mind changing the structure.

@aPere3
Copy link
Author

aPere3 commented May 17, 2021

This is a gentle reminder. Would you consider merging such a PR ? That would be super useful for our work, and for the work of others I guess.

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.

1 participant