MarcusRainbow / QuantMath

Financial maths library for risk-neutral pricing and risk
MIT License
370 stars 43 forks source link

Implement deduplication for DAGs of shared objects #38

Closed MarcusRainbow closed 6 years ago

MarcusRainbow commented 6 years ago

This initial commit does not use the deduplication for any real QuantMath objects. That is likely to be rather more complicated, because we also want to support polymorphism.

This commit also includes polymorphic serialization for many types.