/java-io-fast-file-search

Search through huge file within milliseconds

Primary LanguageJavaMIT LicenseMIT

Fast search using Java NIO

Java implementation of fast file access using RandomAccessFile and FileChannel classes.

The problem: find total number of occurrences of Euler in a huge text file (1GB or even bigger).

Instructions