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 has been archived by the owner on Apr 26, 2021. It is now read-only.
Improve overall perf by applying optimizations, such as using monomorphic functions, avoiding to call curried functions that are hot and the largest change: remove purescript-parsing and using homebrewn parser library - this should also make the output smaller and hence faster to requrire neodoc.
There's now tooling for measuring the execution time of a single function: scripts/prof.
Current goals:
Remove purescript-parsing - _note: it's still in the project for the test suite parser, but gets culled during DCE when building for distribution
The text was updated successfully, but these errors were encountered:
Improve overall perf by applying optimizations, such as using monomorphic functions, avoiding to call curried functions that are hot and the largest change: remove purescript-parsing and using homebrewn parser library - this should also make the output smaller and hence faster to requrire neodoc.
There's now tooling for measuring the execution time of a single function: scripts/prof.
Current goals:
The text was updated successfully, but these errors were encountered: