Closed nshaikhinurov closed 2 years ago
Ramda'a R.where returns early when first predicate fails. But rambda's one evaluates all the predicates in the spec object regardless if one of them already failed. That may potentially be a performance issue.
R.where
Thanks for the report. A fix will be published this weekend. I will write again when that happens.
There will be a delay handling this. I just wanted to notify about it.
done with 7.3.0
7.3.0
Ramda'a
R.where
returns early when first predicate fails. But rambda's one evaluates all the predicates in the spec object regardless if one of them already failed. That may potentially be a performance issue.