You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Grapycal is yet another layer of wrapping on top of Python. Some overhead is introduced for handling things such as the running order of nodes and sending messages to the frontend. It would be great to optimize Grapycal's performance and make it closer to pure Python.
The ws message that backend and frontend used to communicate also need to me optimized. It is in JSON and have much redundancy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Grapycal is yet another layer of wrapping on top of Python. Some overhead is introduced for handling things such as the running order of nodes and sending messages to the frontend. It would be great to optimize Grapycal's performance and make it closer to pure Python.
The ws message that backend and frontend used to communicate also need to me optimized. It is in JSON and have much redundancy.
Beta Was this translation helpful? Give feedback.
All reactions