Sign in Sign up
nuget

Net4x.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.

nuget View on Nuget

Activity

Latest release
5d ago
Total releases
12
Cadence
~28 days
Last 12 months
9

Details

License
Apache-2.0
First release
Apr 08, 2023
Releases
Version Released
1.0.0.26251 patch
2.5.0.7 patch
2.5.0.6 patch
2.5.0.5 patch
2.5.0.4 patch
1.0.0 initial
2.5.0.3 patch
2.5.0.2 patch
2.5.0.1 patch
2.5.0 minor
2.3.0 minor
2.1.0 major