Concurrent Library .NET project started!
March 11, 2008
Since SUN released OpenJDK – java source under GPL2 licence (including java.util.concurrent package) – it is legal now to be ported to other lenguages
I started project on CodePlex – http://www.codeplex.com/concurrent. The first release is planning to contain a concurrent hashtable, queue, skiplist, set and arraylist (first 2 are almost done). Anyone who wish to participate is welcome to contact me.
Entry Filed under: General C#. .
2 Comments Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
Andrew Rimmer | May 23, 2008 at 8:06 am
Any news on the CodePlex project, did you close it?
I clicked on the link, but there is no project there.
2.
Aizikovich Evgeni | May 31, 2008 at 5:27 am
Hey Andrew! First preview (hashtable + queue) on my blog right now. Right after I find (and fix) the reason why this code is slow, I will continue to rest of the data structures.