Hi! 
I'm solving the problem described here <http://adventofcode.com/day/6>. 
I've got the solution 
<https://github.com/divs1210/advent-of-code/blob/master/src/aoc/day6.clj>, 
but it takes ~50 s to compute.
I tried optimising it by replacing the main reduce operation with r/fold, 
but it doesn't seem to have any effect on the performance for whatever n 
(batch size) I use.
Any suggestions?

Note: I'm using a MacBook Pro with 8 cores. JDK 7. Clojure 1.8.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to