Skip to content

A .NET implementation of a dictionary having weak references to its values.

License

Notifications You must be signed in to change notification settings

bhaeussermann/weak-dictionary

Repository files navigation

Weak Dictionary

A .NET implementation of a dictionary having weak references to its values. The dictionary automatically removes entries from itself as the values get garbage collected.

See the article for more detail.

The library is available as a NuGet package.

The project targets .NET Standard 2.0 and is confirmed (tested) to be working with .NET 5.0 - 6.0 and .NET Framework 4.6.1 - 4.8

About

A .NET implementation of a dictionary having weak references to its values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published