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
Glpk.js is fast, but it's heavy. We probably only use a fraction of the functionality it exposes.
It would be nice to have a pure JS equivalent that would be reasonably fast and lighter.
We don't need constraint solving to be blazingly fast, it is only used when we first render the diagram (not when we rotate it, for instance).
The text was updated successfully, but these errors were encountered:
Glpk.js is fast, but it's heavy. We probably only use a fraction of the functionality it exposes.
It would be nice to have a pure JS equivalent that would be reasonably fast and lighter.
We don't need constraint solving to be blazingly fast, it is only used when we first render the diagram (not when we rotate it, for instance).
The text was updated successfully, but these errors were encountered: