Details
Assignee
UnassignedUnassignedReporter
Thomas MulvaneyThomas MulvaneyLabels
Patch
CodePriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Thomas Mulvaney
Thomas MulvaneyLabels
Patch
Code
Priority
Created July 21, 2016 at 1:34 PM
Updated July 21, 2016 at 9:35 PM
This improves speed of many reduce based operations on set which were falling back to seq-reduce, including code in `clojure.set` namespace such as `clojure.set/union` and `(into [] some-set)`.
I've included a few benchmarks I performed using `simple-benchmark` in a JavascriptCore environment (Planck REPL)