neighbour-hoods / nh-launcher

Creating a group coherence with holochain apps
Other
4 stars 3 forks source link

Audit and modify Yaati to ensure it is a persistent data structure so updates only happen when needed #179

Open adaburrows opened 8 months ago

adaburrows commented 8 months ago

I don't remember exactly how Yaati works at the moment, but I do remember using a deep clone feature. We should probably convert the structure to use something more like immutable.js's Map so that we can more easily ensure object references only change when they need to.