Skip to content

MahdiKamer/MergeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Merge Sort for Large Datasets (Terabyte Scale)

  • This code is designed to sort data across multiple large files when it is not possible to store all the data in a single file due to file system limitations.
  • The functions are defined using the C preprocessor, which enhances compilation and execution speed by eliminating the overhead of function calls during execution.
  • The malloc() function is used for memory allocation and should be optimised based on your specific application needs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages