FastSort/src/sort/phase_2.h

23 lines
647 B
C
Raw Normal View History

/*
Description:
* phase-2
* 1. 线
* 2. phase-2-stage-1buf
* 3. phase-2-stage-2线buf
* 4. phase-2-stage-3bufbam
* 5. indexindex
Copyright : All right reserved by ICT
Author : Zhang Zhonghai
Date : 2026/02/08
*/
#pragma once
struct Phase2File {
FILE* fp;
// 双buffer
// 当前读入的buffer指针df
// ReadBuffer
};