| Class | Description |
|---|---|
| BufferProvider | This class manages the allocation of byte buffers. |
| SmartMemoryStream | This class is a replacement for the the MemoryStream class which uses buffers from the BufferProvider. The goal is to reduce the number of objects on the Large Object Heap. |