Re: Commons sorting?

2013-05-04 Thread Adrien Grand
Hi, On Fri, May 3, 2013 at 5:29 PM, Adrien Grand wrote: > Following your advice, I propose to get the code into a separate > sandbox component so that everyone can have a look at the code and > later decide if this should be abandoned, promoted to an official > component or me

Re: Commons sorting?

2013-05-04 Thread Adrien Grand
Hi Luc, On Sat, May 4, 2013 at 1:10 PM, Luc Maisonobe wrote: > It should be done. Could you check if it works? It works! Can someone now add "sorting https://svn.apache.org/repos/asf/commons/sandbox/sorting/trunk/"; to the svn:externals property of commons/trunks-sandbox? Thank you! -- Adrien

Re: Commons sorting?

2013-05-03 Thread Adrien Grand
Hi Matt, On Fri, May 3, 2013 at 4:30 PM, Matt Benson wrote: > Without putting too much importance on what I, personally, think, know that > any ASF committer can have access to hack on a Commons-style library in our > sandbox, just by asking for it. From my personal POV, I'm not sure if what > w

Commons sorting?

2013-05-03 Thread Adrien Grand
Hi, I'm working on an abstraction to sort random-access data-structures for Lucene[1] and would like to know if you think this is interesting enough for inclusion in Apache Commons. The reason for such an abstraction is that we often need to sort parallel arrays and the JDK provides no way to do