cdglabs / apparatus

A hybrid graphics editor and programming environment for creating interactive diagrams.
http://aprt.us/
MIT License
1.03k stars 58 forks source link

Make Serializer less stack-hungry #50

Closed joshuahhh closed 8 years ago

joshuahhh commented 8 years ago

The serializer is currently limited by the JS stack, since it's so gosh-darn recursive. This change "trampolines" calls to jsonifyObject so that much larger diagrams can be serialized.