RFR: 8298639: Perform I/O operations in bulk for RandomAccessFile [v5]
Per Minborg
pminborg at openjdk.org
Fri Dec 16 09:06:10 UTC 2022
> 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 incrementally with one additional commit since the last revision:
Remove redundant import
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11644/files
- new: https://git.openjdk.org/jdk/pull/11644/files/1bbbcee4..befe033b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11644&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11644&range=03-04
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/11644.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11644/head:pull/11644
PR: https://git.openjdk.org/jdk/pull/11644
More information about the core-libs-dev
mailing list