funcool / funcool/cats

Different alet evaluation strategy

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
970
Forks
68
PR merge metrics
No merged PRs in 30d

Description

Right now `alet` will batch applicative value evaluations in the order they are written. This is the best default since the operation being performed might depend on ordering.

For cases where ordering is not important (for example when performing asynchronous read operations) it'd be nice to be able to tell `alet`, since it might be able to optimize further.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.