Fork me on GitHub
#clojure-dev
<
2015-11-02
>
cfleming21:11:47

That would be great, I removed all uses of satisfies? in Cursive when I narrowed it down as the cause of several performance problems.

bronsa21:11:11

@alexmiller: I attached an updated patch that greatly reduces the impact of the diff, hopefully this'll make it easier to understand

ghadi22:11:16

Parts of me wishes satisfies? was a slower call to discourage its use

ghadi22:11:59

Checking types seems antithetical to polymorphism.