473,395 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

C5 generic collection library for C# and CLI

We have just released C5, a library of generic collection classes for
C# and other CLI languages, as found in Microsoft .Net version 2.0.

C5 provides functionality and data structures not provided by the
standard .Net System.Collections.Generic namespace, such as persistent
tree data structures, heap based priority queues and hash indexed
array lists and linked lists. Also, the library is more comprehensive
than collection class libraries for other similar platforms, such as
Java and Smalltalk. Unlike many other collection class libraries, C5
is designed with a strict policy of supporting "code to interface not
implementation".

C5 is open source software available under a liberal (BSD-style)
license, it is thoroughly tested, and documented in an accompanying
free book.

Get C5 at http://www.itu.dk/research/c5/

Regards,

Niels Kokholm and Peter Sestoft
Feb 6 '06 #1
1 2177
> We have just released C5, a library of generic collection classes for
C# and other CLI languages, as found in Microsoft .Net version 2.0.

Get C5 at http://www.itu.dk/research/c5/


This is my first time hearing about this project. Quite impressive, really.
The documentation is superb. It is quite literally the reason I understood
the project and will be using it in the future.
Thanks,
Shawn

http://www.zenofdotnet.com

Feb 8 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Peter Sestoft | last post by:
C5 is a comprehensive library of generic collection classes for the upcoming version 2.0 of the .Net platform (C#, VB.Net) C5 extends the standard System.Collections.Generic namespace with tree...
0
by: Peter Sestoft | last post by:
We have just released version 1.0.1 of the C5 generic collection library for C# and .NET. C5 is the most powerful and well-documented collection library available for C# and .NET, and thoroughly...
1
by: Semmel | last post by:
Hello, I'd like to use the C5 Generic Collection Library ( http://www.itu.dk/research/c5/ ) in my C++/CLI project. However I always get an fatal compiler error C1001. It already happens when...
1
by: raylopez99 | last post by:
I seem to get name collision between the Generic collection SortedList and C++.NET Framework collection SortedList. How to resolve? Here are the libraries that seem to clash:...
4
by: =?Utf-8?B?QkogU2FmZGll?= | last post by:
We have a class that has a public property that is of type List<T>. FXCop generates a DoNotExposeGenericLists error, indicating "System.Collections.Generic.List<Tis a generic collection designed...
1
by: Kuldeep | last post by:
Framework: Visual Studio 2005, ASP.NET Programing Language: C#.NET I am using a Generic List Collection to fetch a particular master data from the database. Once collected, I use this Collection...
5
by: sloan | last post by:
I've noticed alot of people tacking on a "T" for a generic abled version of an older class. Ex: 1.1 Code IDataStore
2
by: jehugaleahsa | last post by:
Hello: I was reading another post and saw an argument (sort of) that brought up a good question. I have written a fairly large library of algorithms that occur in programming all the time. It...
2
by: SimonDotException | last post by:
I am trying to use reflection in a property of a base type to inspect the properties of an instance of a type which is derived from that base type, when the properties can themselves be instances of...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.