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
The Juvix compiler takes about 4s to compile the counter logic function. This has an impact on the responsiveness of the Juvix tooling and will get worse in larger examples.
And we have done some investigations of the performance of the polysemy library relative to the effectful library which shows we could get a significant performance improvement by replacing polysemy:
The Juvix compiler takes about 4s to compile the counter logic function. This has an impact on the responsiveness of the Juvix tooling and will get worse in larger examples.
We have a mitigation for performance already:
And we have done some investigations of the performance of the polysemy library relative to the effectful library which shows we could get a significant performance improvement by replacing polysemy:
We propose to do the following:
polysemy
byeffectful
#2663Additional issues that have arisen:
juvix html
has high memory usage #2744The text was updated successfully, but these errors were encountered: