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 - Source - Homepage - JSON
purl: pkg:nuget/system.collections.immutable
Keywords: dotnet , monorepo
License: MIT
Latest release: 24 days ago
First release: almost 11 years ago
Dependent packages: 1,452
Downloads: 3,249,320,820 total
Stars: 750 on GitHub
Forks: 201 on GitHub
Docker dependents: 10
Docker downloads: 1,512,344
Total Commits: 9080
Committers: 120
Average commits per author: 75.667
Development Distribution Score (DDS): 0.098
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

    Loading...
    Readme
    Loading...