ChimeraPy / Engine

Distributed computing framework for Multimodal data written in Python
https://chimerapy-engine.readthedocs.io
GNU General Public License v3.0
8 stars 0 forks source link

Slower node operations (creation, destruction, and collecting) #247

Closed edavalosanaya closed 1 year ago

edavalosanaya commented 1 year ago

Trying to determine why node operations have been negatively impacted by the new eventbus approach. Leaning towards the make_evented approach for actor classes.