This repository contains a benchmarking project for comparing the performance of the .NET 7 and .NET 8 dictionary
implementations. In each case the dictionary is populated with 1,000 items keyed by a GUID. The dictionaries under test
are Dictionary<TKey, TValue>, ImmutableDictionary<TKey, TValue>. and FozenDictionary<TKey, TValue> (.NET 8 only).