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

Where are vector serialize/deserialize? #36

Open
DrTimothyAldenDavis opened this issue Sep 11, 2021 · 1 comment
Open

Where are vector serialize/deserialize? #36

DrTimothyAldenDavis opened this issue Sep 11, 2021 · 1 comment
Milestone

Comments

@DrTimothyAldenDavis
Copy link
Member

GrB_Vector_serialize and GrB_Vector_deserialize are missing from the spec. Also GrB_Vector_serializeSize.

@DrTimothyAldenDavis
Copy link
Member Author

I have a draft GrB_Vector_serialize, GrB_Vector_deserialize, and GrB_Vector_serializeSize in my pre-release of v5.2.0.alpha* and v6.0.0.alpha*. Shall I remove them? They won't be added to the v2.0 C API Specification?

I have GxB variants for vector serialize/deserialize. as well. My GxB versions for GrB_Matrix_serialize add a descriptor so I can specify the compression method and level. I will keep my GxB variants; it is important to be able to serialize/deserialize both a matrix and a vector.

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

No branches or pull requests

2 participants