Yer welcome & please do let me know how this works out for you! I've updated the gist[1] to delay more parts of the whole computation and replace most occurrences of `reduce` with `loop` - altogether leading to an almost 2x faster result for the worst case scenario where all test clauses are checked. K.
[1] https://gist.github.com/postspectacular/9021724 On 15 February 2014 17:25, Lee Spector <[email protected]> wrote: > > > On Feb 15, 2014, at 11:49 AM, Karsten Schmidt wrote: > >> Hi Lee, I've already implemented the algorithm described in this paper >> and it will be part of my upcoming geometry library. To not keep you >> waiting for the release, I've extracted the relevant code and put up >> here: >> >> https://gist.github.com/postspectacular/9021724 > > [etc] > > > Hi Karsten, > > Wow! That is *extremely* helpful! Thank you so much. I will experiment with > it as soon as I can and let you know if I run into any issues, but it looks > like you've done a fantastic job here, and I'm really grateful that you've > done the work and released this part early. > > Thanks!! > > -Lee > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- Karsten Schmidt http://postspectacular.com | http://toxiclibs.org | http://toxi.co.uk -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
