Re: [graph & collections] Fibonacci Heap implementation

2011-07-19 Thread Simone Tripodi
Of course Matt, I would be much more than pleased to co-work with you!!! What I need is just the new laptop arrives, ATM I'm using a temporary computer where I cannot install my toys due to resources limitations. I'm pretty sure in 2 more working days I'm in the conditions to give a help! Many than

Re: [graph & collections] Fibonacci Heap implementation

2011-07-19 Thread Matt Benson
On Tue, Jul 19, 2011 at 3:05 AM, Simone Tripodi wrote: > Hi Stephen > it looks like indeed that [collections] development is in stand-by :( > Give me a voice if you need any help to release it, I'd would be more > than pleased to be helpful! > If you're interested on contributing on [graph], keepi

Re: [graph & collections] Fibonacci Heap implementation

2011-07-19 Thread Simone Tripodi
Hi Stephen it looks like indeed that [collections] development is in stand-by :( Give me a voice if you need any help to release it, I'd would be more than pleased to be helpful! If you're interested on contributing on [graph], keeping an eye on moving codebase to collections, you are welcome as we

Re: [graph & collections] Fibonacci Heap implementation

2011-07-18 Thread Stephen Colebourne
I think from the quiet reply its apparent that [collections] is pretty quiet these days. I think [collections] development must focus first on a release of a Java 5 version of what it has, rather than new code. Stephen On 14 July 2011 01:19, Simone Tripodi wrote: > Hi all guys, > in order to impr

[graph & collections] Fibonacci Heap implementation

2011-07-13 Thread Simone Tripodi
Hi all guys, in order to improve graph algorithms performances, I started implementing in [graph] an advanced priority queue called Fibonacci Heap[1], based on detailed description of University of Science and Technology of China's lessons[2]. You can find initial implementation on 'collections'[3]