Click here to Skip to main content
15,608,404 members
Articles / Programming Languages / Java / Java SE / J2SE 4.0

Stats

67.7K views
8 bookmarked

10 Things to Know about Memory Mapped File in Java

Rate me:
Please Sign up or sign in to vote.
4.71/5 (4 votes)
17 Nov 2013CPOL3 min read
Memory Mapped IO is one of the fastest IO options available for Java program. If you are writing latency sensitive application, where IO can skew your numbers, then using MemoryMappedByteBuffer is a good option.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions