RFR: 8298639: Perform I/O operations in bulk for RandomAccessFile [v2]
Sergey Tsypanov
stsypanov at openjdk.org
Tue Dec 13 09:35:57 UTC 2022
On Tue, 13 Dec 2022 09:27:24 GMT, Per Minborg <pminborg at openjdk.org> wrote:
>> This PR suggests improving performance for read and write operations for the longer primitives in `RandomAccessFile`.
>>
>> These improvements would also propagate to other JDK classes relying on these improved `RandomAccessFile` operations.
>
> Per Minborg has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>
> - Merge master
> - Perform I/O operations in bulk for RandomAccessFile
As far as I understood https://github.com/openjdk/jdk/pull/10031 was closed because there we doubts about whether it's safe to use shared array
-------------
PR: https://git.openjdk.org/jdk/pull/11644
More information about the core-libs-dev
mailing list