Skip to content

mkordus/pega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages