Skip to content

mlemanczyk/Recyclable.Collections.Compatibility.List

Repository files navigation

Recyclable.Collections.Compatibility.List

Recyclable.Collections.Compatibility.List project is an open source add-on for Recyclable.Collections providing List<T> compatibility features to the recyclable collections framework.

Included compatibility packs

  • RecyclableList<T>

Milestones

  1. 👉 Implement compatibility pack
    1. RecyclableList<T>
    2. 👉 RecyclableLongList<T>
    3. 🅿️ RecyclableQueue<T>
    4. 🅿️ RecyclableSortedList<T>
    5. 🅿️ RecyclableStack<T>
    6. 🅿️ RecyclableUnorderedList<T>
  2. 🅿️ Review performance
  3. 🅿️ Optimize performance

Characteristics of the classes

The package

Common

  • All classes will internally or externally utilize Recyclable.Collections to benefit from recyclable memory pools.

Releases

No releases published

Packages

No packages published

Languages