It compares the CPU time of different selection algorithms:
std::nth_element
in SGX- Min-Heap based implementation in SGX
std::nth_element
in RAM
- Download the source code
git clone https://github.com/55199789/SelectAlg.git
- Enter the following commands
cd FYP & make
./app <vectorDim> <k>