You'll want to wait for core.logic to get the cKanren extensions before trying that. Even an optimized core.logic version takes about 14-16s.
David On Thu, Apr 12, 2012 at 12:58 PM, Nicolas Buduroi <[email protected]>wrote: > Hi, I translated[1]the solution to the "send more money" logic puzzle from > the cKanren paper in core.logic and I was wondering about its expected > performance. I wasn't patient enough to run it without giving it some > clues, giving it the S E N D digits make it run in around 36s on my > machine, but then giving it just three digits make it goes on for minutes. > > So I'm curious about how much time would be needed to run this solution > without any clues. Is its performance expected or I've made some kind of > mistake? Also does anyone know of ways to optimize this code? > > [1]: https://gist.github.com/2364695 > > -- > 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 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
