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
As we improve the compiler, we need a way to measure the improvement. Built a set of common cases and benchmark them, so that we can know whether our changes help or hurt performance.
Things that might be nice to see:
Running an average open block
Matching on an enum
Matching on a string
creating and deleting many facts
fact queries, and associated built-ins like exists, at_least, etc.
map iteration
Using global let values
Deep function call trees
More suggestions welcome. :)
The text was updated successfully, but these errors were encountered:
As we improve the compiler, we need a way to measure the improvement. Built a set of common cases and benchmark them, so that we can know whether our changes help or hurt performance.
Things that might be nice to see:
exists
,at_least
, etc.let
valuesMore suggestions welcome. :)
The text was updated successfully, but these errors were encountered: