Skip to content

Benchmark test code samples for reading large text files in C++ and Java.

License

Notifications You must be signed in to change notification settings

canciloglu/FastLargeFileReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Fast Large File Readers for C++ and Java

Sample test codes for reading huge plain text files in C++ and Java to measure if one of those languages provides faster processing (to test common belief that C++ performance is better than Java).

##Test Codes There are two reader implementations in the repository for each language (under java and cpp folders) - regular/common one and fast/efficient one.

Benchmark tests have been run on the same Macbook Pro which has Intel Core i7 2 GHz Cpu, 8 GB 1600 MHz RAM, SSD storage (so file I/O is really fast).

##Test Results Coming soon...

About

Benchmark test code samples for reading large text files in C++ and Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published