Hi,

An idea I was interested in (more from an learning opportunity perspective
than thesis) is provided more Persistent data structures. As of now, we have
the the Array mapped Hash tree based structure that works well for Vectors,
Maps and Graphs too. What I feel is missing is Tree based structures.
Although, you can simulate them using Vectors as children indices, I think
if we directly implement the Persistent Data structure of Binomial/Fibonacci
Heaps and BSTs with all their operations (insert,delete,search,meld), it
would be much faster. I could be wrong though!

Anyways ... my 2 cents.

Thanks,
Ajay G.

---------- Forwarded message ----------
From: Patrick Kristiansen <patrick.kristian...@gmail.com>
Date: Fri, Dec 18, 2009 at 7:35 AM
Subject: Call for masters thesis ideas (possibly related to Clojure)
To: Clojure <clojure@googlegroups.com>


Hi

We're two students that have been working with concurrent programming
languages (Erlang and Clojure), and while both languages are very
interesting, we would like to work on something related to Clojure in
our masters thesis.

I once asked on #clojure for ideas, and Rich Hickey suggested looking
into predicate dispatch and it is one idea that we are considering. We
have also considered working on distributed Clojure, but I don't know
if there is already an effort going on in that regard?

Do you have any other suggestions? We'd be really thankful for any
suggestions.

Thanks in advance.

-Patrick

--
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<clojure%2bunsubscr...@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 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

Reply via email to