Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 334 Bytes

Sort-Big-Arrays

Multi-threaded binary file sort.

  • input file (array) is sequence of 32-bit signed integer numbers in big-endian binary format
  • input file size is always multiple of four

How to build and run

  1. build: ./gradlew
  2. run java -jar build/lib/sort.jar [chunk size in Kb]