symengine / SymEngine.jl

Julia wrappers of SymEngine
MIT License
192 stars 43 forks source link

Serialization and deserialization implemented #254

Closed PerformanceCoder closed 2 years ago

PerformanceCoder commented 2 years ago

Allows to serialize and deserialize SymEngine expressions. This makes posssible saving/loading, parallel and distributed computing with SymEngine entities. May fix #242 and #198.

isuruf commented 2 years ago

Thanks