Skip to content

ikocev/java-io-fast-file-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Search through huge file within milliseconds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages