This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Changes to Dot.Net.DevFast 6.2.0
- New feature - Adding FastDictionary in Dot.Net.DevFast.Collections.Concurrent which consumes almost half amount of memory and several times faster compared to COncurrentDictionary of microsoft
- New feature - Adding OneToManyDictionary in Dot.Net.DevFast.Collections for BAU
- New feature - Adding OneToUniqueManyDictionary in Dot.Net.DevFast.Collections for BAU
- New Feature - Adding following extensions ToFastDictionary, ToOneToManyDictionary, ToOneToUniqueManyDictionary to Dot.Net.DevFast.Extensions on IEnumerable to ease the creation of above 3 dictionaries.