Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregros/imms
High Performance, Immutable Data Structures for .NET
https://github.com/gregros/imms
c-sharp f-sharp
Last synced: 2 months ago
JSON representation
High Performance, Immutable Data Structures for .NET
- Host: GitHub
- URL: https://github.com/gregros/imms
- Owner: GregRos
- License: mit
- Created: 2013-03-16T18:02:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T01:47:48.000Z (over 8 years ago)
- Last Synced: 2024-04-14T07:42:53.372Z (9 months ago)
- Topics: c-sharp, f-sharp
- Language: C#
- Homepage:
- Size: 16.3 MB
- Stars: 123
- Watchers: 15
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: license.md
Awesome Lists containing this project
README
# Imms
---
**Imms** is a library of [persistent](http://en.wikipedia.org/wiki/Persistent_data_structure), and [immutable](http://en.wikipedia.org/wiki/Immutable_object) collections for the .NET framework.It is available on [NuGet](https://www.nuget.org/packages/Imms/). The F# integration library is available [here](https://www.nuget.org/packages/Imms.FSharp).
### More info on the [Imms website](http://imms.github.io).