Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 393 Bytes

Readme.md

File metadata and controls

11 lines (7 loc) · 393 Bytes

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