Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 269 Bytes

File metadata and controls

10 lines (7 loc) · 269 Bytes

ExternalSortEngine

ExternalSortEngine is a pure C implementation of the external merge sort algorithm, designed to sort datasets that do not fit into main memory.

Features And Options

  • Disk-based sorting
  • Configurable memory usage
  • K-way merge with min-heap