Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Nov 24, 2024
1 parent ce183fd commit 4cde8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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
# ![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/67468ddafeca43ab9c1e4820551216f4?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 .NET 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.

0 comments on commit 4cde8c6

Please sign in to comment.