Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Improve perf #81

Closed
1 task done
felixSchl opened this issue Oct 30, 2016 · 1 comment
Closed
1 task done

Improve perf #81

felixSchl opened this issue Oct 30, 2016 · 1 comment

Comments

@felixSchl
Copy link
Owner

felixSchl commented Oct 30, 2016

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
@felixSchl
Copy link
Owner Author

felixSchl commented Nov 1, 2016

This round of optimizations is concluded with the 1.2.0 release. Further optimizations should be tracked in specific issues.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant