humanitiesplusdesign / data-pen

Personal modeling application for Linked Data.
http://hdlab.stanford.edu/fibra
26 stars 0 forks source link

Prune objects passed between UI and worker threads #65

Closed jiemakel closed 7 years ago

jiemakel commented 7 years ago

Often, the worker needs only a small bit of the information currently passed in (because we have rich subclasses such as Item that can be passed in as an INode).

Need to think if I can prune this down.