Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.9% on nuget.org
Top 0.1% downloads on nuget.org
Top 0.1% docker downloads on nuget.org

nuget.org : system.collections.immutable

This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.

Registry - Homepage - JSON
purl: pkg:nuget/system.collections.immutable
License: MIT
Latest release: 6 months ago
First release: over 9 years ago
Downloads: 2,058,450,157 total
Docker dependents: 10
Docker downloads: 1,512,344
Last synced: 16 days ago

    Loading...
    Readme
    Loading...