Quantcast
Channel: Java
Viewing all articles
Browse latest Browse all 10

Java tip: How to read files quickly

$
0
0

Java has several classes for reading files, with and without buffering, random access, thread safety, and memory mapping. Some of these are much faster than the others. This article benchmarks 13 ways to read bytes from a file and shows which ways are the fastest.

read more


Viewing all articles
Browse latest Browse all 10

Trending Articles