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

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 69.3K   8  
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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

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



Comments and Discussions