Message-ID: From: "lukaseder (@lukaseder)" To: "pgjdbc/pgjdbc" Date: Tue, 18 Nov 2025 08:50:23 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3866: perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder In-Reply-To: References: List-Id: X-GitHub-Author-Login: lukaseder X-GitHub-Comment-Id: 2536919155 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 972c1a8e34a73134450839f9a691a93f879bfe77 X-GitHub-Issue: 3866 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/util/PGInterval.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3866#discussion_r2536919155 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/util/PGInterval.java) @vlsi Sure. I didn't give this as much thought as you, I mainly wanted to contribute a proof of concept. Nice work!