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
Another note from meetings: review the use of contracts (vs manually constructed exceptions or blame objects) in deforestation for any additional performance gains.
Another thing to follow up on: Should Qi provide a map utility that supports multiple (or zero) return values? E.g. (map (flow (when positive? (-< _ _))) (list 1 2 3 4 5).
@dzoep made a survey of
racket/list
and identified these APIs as candidates for deforestation (after the initial compiler release merging #74 ).Consumers:
Producers:
Transformers:
The text was updated successfully, but these errors were encountered: