Skip to content

vromaniks/sort-big-arrays

Repository files navigation

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]

About

Multi-threaded binary file sort.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages