Namespace Backdash.Data
Classes
- CircularBuffer<T>
A collection data structure that uses a single fixed-size buffer as if it were connected end-to-end.
- DefaultObjectPool<T>
Default object pool for types with empty constructor
Structs
- ByteSize
Represents a byte size value
Interfaces
- IObjectPool<T>
Defines an object pooling contract
Enums
- ByteSize.Measure
Unit of measure for ByteSize