/pega

Primary LanguageJava

How to generate random int file

./gradlew randomFile

How to decode random file to readable format

./gradlew decodeRandomFile

How to run app

./gradlew sortIntFile

How to decode result file

./gradlew decodeResultFile

How to check result :)

head -n 100 testRun/intFileSortedDecoded
tail -n 100 testRun/intFileSortedDecoded

Conclusions

  • RandomAccessFile is slow.