RFR: 8321591: (fs) Path.of(URI) performance (win)

Alan Bateman alanb at openjdk.org
Mon Apr 7 08:44:58 UTC 2025


On Thu, 3 Apr 2025 01:07:34 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Improve the performance of `WindowsPathParser.normalize` by using a `char` array to perform the normalization in place instead of appending to a `StringBuilder`. The `Result` inner class is also converted to a `record`.

Marked as reviewed by alanb (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/24400#pullrequestreview-2745995934


More information about the nio-dev mailing list