-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c108443
commit f64fdd6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ![ReadHeavyCollections](https://raw.githubusercontent.com/MarkCiliaVincenti/ReadHeavyCollections/master/logo32.png) ReadHeavyCollections | ||
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/MarkCiliaVincenti/ReadHeavyCollections/dotnet.yml?branch=master&logo=github&style=flat)](https://actions-badge.atrox.dev/MarkCiliaVincenti/ReadHeavyCollections/goto?ref=master) [![NuGet](https://img.shields.io/nuget/v/ReadHeavyCollections?label=NuGet&logo=nuget&style=flat)](https://www.nuget.org/packages/ReadHeavyCollections) [![NuGet](https://img.shields.io/nuget/dt/ReadHeavyCollections?logo=nuget&style=flat)](https://www.nuget.org/packages/ReadHeavyCollections) [![Codacy Grade](https://img.shields.io/codacy/grade/315c3d5a06a441bda26ffd88e705fa63?style=flat)](https://app.codacy.com/gh/MarkCiliaVincenti/ReadHeavyCollections/dashboard) [![Codecov](https://img.shields.io/codecov/c/github/MarkCiliaVincenti/https://app.codacy.com/gh/MarkCiliaVincenti/ReadHeavyCollections/dashboard?label=coverage&logo=codecov&style=flat)](https://app.codecov.io/gh/MarkCiliaVincenti/https://app.codacy.com/gh/MarkCiliaVincenti/ReadHeavyCollections/dashboard) | ||
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/MarkCiliaVincenti/ReadHeavyCollections/dotnet.yml?branch=master&logo=github&style=flat)](https://actions-badge.atrox.dev/MarkCiliaVincenti/ReadHeavyCollections/goto?ref=master) [![NuGet](https://img.shields.io/nuget/v/ReadHeavyCollections?label=NuGet&logo=nuget&style=flat)](https://www.nuget.org/packages/ReadHeavyCollections) [![NuGet](https://img.shields.io/nuget/dt/ReadHeavyCollections?logo=nuget&style=flat)](https://www.nuget.org/packages/ReadHeavyCollections) [![Codacy Grade](https://img.shields.io/codacy/grade/315c3d5a06a441bda26ffd88e705fa63?style=flat)](https://app.codacy.com/gh/MarkCiliaVincenti/ReadHeavyCollections/dashboard) [![Codecov](https://img.shields.io/codecov/c/github/MarkCiliaVincenti/ReadHeavyCollections?label=coverage&logo=codecov&style=flat)](https://app.codecov.io/gh/MarkCiliaVincenti/ReadHeavyCollections) | ||
|
||
An experimental library that provides a `ReadHeavyDictionary` and a `ReadHeavySet`, replacements for the `Dictionary` and `HashSet`, with superior read performance at the expense of much slower writing. Ideal in situations where a dictionary is infrequently updated but is very often read from. |