Table of Contents

Namespace Hi.Common.ParallelBulkUtils

Classes

ParallelBulkReader<TData>

Parallel bulk reader that provides efficient data access with caching capabilities. Manages reading data in parallel with forward and backward caching to optimize performance.

ParallelBulkWriter<TData>

Parallel bulk writer that efficiently processes and writes data in parallel. The writing data is buffered and processed on a separate task to improve performance.

SequentialBulkReader<TData>

Sequential bulk reader that provides efficient data access with caching capabilities. Unlike ParallelBulkReader<TData>, this reader processes data sequentially.

Delegates

ReadBulkDelegate<TData>

Delegate for reading a bulk of data from a specified range.