Toastie.Collections (2.3.1)

Published 2024-07-10 01:09:53 -07:00 by toastie_t0ast

Installation

dotnet nuget add source --name toastie_t0ast --username your_username --password your_token 
dotnet add package --source toastie_t0ast --version 2.3.1 Toastie.Collections

About this package

Provides collection types for common tasks.

Toastie.Collections

Defines the following collection types:

  • RendedArray<T>
    • Wrapper for an array rented from a System.Buffers.ArrayPool<T>.
  • RingBuffer<T>
    • Represents a fixed-size collection of T objects that can be accessed by index. Writing always moves forward and, when it hits the end of the buffer, it starts writing from the beginning, overwriting old data.
Details
NuGet
2024-07-10 01:09:53 -07:00
11
Toastie
312 KiB
Assets (2)
Versions (11) View all
2.3.2 2024-07-10
2.3.1 2024-07-10
2.3.0 2024-07-10
2.2.1 2024-07-10
2.2.0 2024-07-10