Thanks Jason, I think some sort of priority queue may be the solution. Thanks, Sunil.
On Wed, Sep 14, 2011 at 12:39 AM, Jason Wolfe <[email protected]> wrote: > There is java.util.PriorityQueue, which is heap-based: > > > http://download.oracle.com/javase/1,5.0/docs/api/java/util/PriorityQueue.html > > -Jason > > > On Sep 13, 4:44 am, Sunil S Nandihalli <[email protected]> > wrote: > > Hi Everybody, > > I have a very large, but with finite size, collection. I would like to > get > > like first 10 elements in the sorted list . I would use a heap if I were > in > > c++ .. is there a inbuilt implementation of this in clojure? .. Is there > > some other way to achieve this? some sort of lazy sort would be perfect. > I > > know I need the full collection to start with .. but that is fine. > > Thanks, > > Sunil. > > -- > 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
