You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2021/09/20 02:33:00 UTC

[jira] [Resolved] (IO-726) Add MemoryMappedInputStream

     [ https://issues.apache.org/jira/browse/IO-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory resolved IO-726.
--------------------------------
    Fix Version/s: 2.12.0
       Resolution: Fixed

In git master, please verify and close.

> Add MemoryMappedInputStream
> ---------------------------
>
>                 Key: IO-726
>                 URL: https://issues.apache.org/jira/browse/IO-726
>             Project: Commons IO
>          Issue Type: New Feature
>          Components: Streams/Writers
>    Affects Versions: 2.8.0
>            Reporter: S Hollander
>            Priority: Major
>             Fix For: 2.12.0
>
>          Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> A very useful tool for improving performance with disk-based IO is the use of memory mapped files. I propose an {{InputStream}} that provides a bridge between memory mapped files and the {{InputStream}} ecosystem.
> In my limited performance tests, the use of the MemoryMappedInputStream provided a 25% increase in throughput.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)