cadCAD-org / cadcad-ri

The Reference Implementation
https://cadcad.org
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

[FEATURE] Rewrite Z's latest notebook without using deepcopy #37

Open cavaunpeu opened 1 year ago

cavaunpeu commented 1 year ago

Is your feature request related to a problem? Please describe.

Deepcopy's cause problems with speed and can invariably be avoided.

Describe the solution you'd like

An implementation of @mzargham latest experiment that does not use deepcopy.