https://github.com/zubivan/powercollections
PowerCollections
https://github.com/zubivan/powercollections
Last synced: over 1 year ago
JSON representation
PowerCollections
- Host: GitHub
- URL: https://github.com/zubivan/powercollections
- Owner: zubivan
- License: epl-1.0
- Created: 2021-01-29T16:30:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T10:29:08.000Z (over 5 years ago)
- Last Synced: 2025-01-23T14:52:49.723Z (over 1 year ago)
- Language: C#
- Size: 3.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# Repository description
Port of Wintellect's PowerCollections package originally published on codeplex. This repository converts the original .net 3.5 library to netstandard 2.0, allowing code dependant on it to migrate to newer versions of .NET.
Additionally I introduced verification builds for Windows, Linux and MacOs to make sure the library correctly runs crossplatform.
# Original description
Welcome to Power Collections, A Community Project to Develop the Best Public License type safe Collection Classes for .NET. Power Collections makes heavy use of .NET Generics. The goal of the project is to provide generic collection classes that are not available in the .NET framework. Some of the collections included are the Deque, MultiDictionary, Bag, OrderedBag, OrderedDictionary, Set, OrderedSet, and OrderedMultiDictionary.
This library was originally produced by Wintellect and is offered AS IS. It has been available on the Wintellect site for some time but we are placing it on Codeplex to encourage its growth and use.
Power Collections is free for all to use within the bounds of the standard Eclipse End user license agreement. If you feel you would like to contribute, please feel free to contact one of the project administrators.