[
https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=597680&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-597680
]
ASF GitHub Bot logged work on IO-726:
-------------------------------------
Author: ASF GitHub Bot
Created on: 17/May/21 14:22
Start Date: 17/May/21 14:22
Worklog Time Spent: 10m
Work Description: garydgregory edited a comment on pull request #215:
URL: https://github.com/apache/commons-io/pull/215#issuecomment-842358898
Hi @shollander
The Java 17-EA builds which seems to be fixed in the latest EA; may you
please rebase on master, all builds are green there.
This appears to introduce some duplication with
`org.apache.commons.io.input.BufferedFileChannelInputStream`; it would be
better if this cleaning functionality was defined only once and reused.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 597680)
Time Spent: 1h 10m (was: 1h)
> 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.9.0
>
> Time Spent: 1h 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)