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

Issues with Saving #242

Closed
chelseas opened this issue Dec 16, 2021 · 1 comment · Fixed by #254
Closed

Issues with Saving #242

chelseas opened this issue Dec 16, 2021 · 1 comment · Fixed by #254

Comments

@chelseas
Copy link

I have been having issues with saving Basic variables and also with using them in multiprocessing.
I started an issue on the JLD2 repo, and someone clued me in to the fact that they wrap an actual memory pointer.
I think that one solution might be to convert to Expr and/or Symbol (depending on what's appropriate) before saving. I have used both extensively and I am pretty sure the conversion is lossless.
TBH I wish that algebraic operations worked for Symbol and Expr directly, but that might be another project for another time haha.

Some folks suggested I bring it up this saving issue here. Here is the thread:
JuliaIO/JLD2.jl#362

Thoughts?

@PerformanceCoder
Copy link
Contributor

Perhaps it is relative to #198 ?

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 a pull request may close this issue.

2 participants