[ 
https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=617165&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-617165
 ]

ASF GitHub Bot logged work on IO-726:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Jun/21 16:58
            Start Date: 30/Jun/21 16:58
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on a change in pull request #215:
URL: https://github.com/apache/commons-io/pull/215#discussion_r661656643



##########
File path: src/test/java/org/apache/commons/io/ByteBufferCleanerTest.java
##########
@@ -0,0 +1,49 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.commons.io;
+
+import static org.junit.jupiter.api.Assertions.*;
+
+import java.nio.ByteBuffer;
+
+import org.apache.commons.lang3.RandomUtils;
+import org.junit.jupiter.api.Test;
+
+class ByteBufferCleanerTest {

Review comment:
       @shollander
    Because you want to match the existing style we use.
   




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 617165)
    Time Spent: 3h 10m  (was: 3h)

> 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
>          Time Spent: 3h 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)

Reply via email to