Recyclable.Collections.Compatibility.List project is an open source framework for operating dynamic lists at performance close to raw arrays. It aims at providing minimal memory footprint. It implements IList<T>'s interface and is targeted as direct replacements of List<T>, SortableList<T>, PriorityQueue<T> and similar.
$ dotnet add package Recyclable.Collections.Compatibility.ListRecyclable.Collections.Compatibility.List project is an open source add-on for Recyclable.Collections providing List<T> compatibility features to the recyclable collections framework.
RecyclableList<T>RecyclableList<T>RecyclableLongList<T>RecyclableQueue<T>RecyclableSortedList<T>RecyclableStack<T>RecyclableUnorderedList<T>The package