Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Mr-S-Mirzoev/External_Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External_Sort

External sort with C++

Building

cmake -B build

make -C build -j2

Testing

./test.sh ./build/external_sort

RAM Usage check

valgrind --tool=massif  ./build/external_sort
ms_print ms_print massif.out.*