RFR: 8298639: Perform I/O operations in bulk for RandomAccessFile
Alan Bateman
alanb at openjdk.org
Tue Dec 13 09:27:26 UTC 2022
On Tue, 13 Dec 2022 09:11:10 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.
@stsypanov is working on the same thing in JDK-8292937 / PR10031.
-------------
PR: https://git.openjdk.org/jdk/pull/11644
More information about the core-libs-dev
mailing list