Thanks for writing the n-queens code and the blog post. It's great to see tarantella performing well.
There's a certain amount of overhead associated with setting up the dancing links data structure, so I would conjecture that as your problem gets more complicated (e.g., increasing n), you'd see tarantella become competitive with the fastest of your hand-rolled implementations. On Tue, Jul 30, 2019 at 2:18 PM Steve Miner <[email protected]> wrote: > Thanks for updated Tarantella. I also enjoyed re-watching your talk. > > I just wrote a blog post to cover a simple solution to the Eight Queens > problem using Tarantella. > > http://conjobble.velisco.com/2019/07/30/tarantella-queens.html > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/clojure/FE9197F8-C372-481D-B32D-2D7B9583F068%40gmail.com > <https://groups.google.com/d/msgid/clojure/FE9197F8-C372-481D-B32D-2D7B9583F068%40gmail.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/CAORbMOPhBPzDOr0Ai5HaREqOP%2Bo13-ho3NKJBcMBWu6wc1FSFw%40mail.gmail.com.
