mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-22 06:56:11 +03:00
Merge pull request #45 from pravdomil/patch-1
Update transformations.md
This commit is contained in:
commit
c74b7be0e8
@ -51,9 +51,9 @@ MyFunction_fn(one two)
|
||||
|
||||
## Results Summary
|
||||
|
||||
- Included in `elm-optimize-level-2` tool\*\*
|
||||
- Included in `elm-optimize-level-2` tool
|
||||
- Potentially large positive effect on speed
|
||||
- Likley small but positive effect on asset size
|
||||
- Likely small but positive effect on asset size
|
||||
|
||||
This has lead to dramatic speedups in some cases, especially when a large number of smaller functions are called and the overhead of calling twice as many functions is significant.
|
||||
|
||||
@ -103,7 +103,7 @@ f_unwrapped(
|
||||
|
||||
This transformation works with separately defined functions too.
|
||||
|
||||
# Passing in Unwrappable Functions to Higher Order Functions
|
||||
## Results Summary
|
||||
|
||||
**Future Work**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user