Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 20 May 2024 07:13:36 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3249: perf: optimize Set which are used for checking if oid should be transferred with binary or text In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2119820022 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2024-05-20T07:46:58Z X-GitHub-Issue: 3249 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3249#issuecomment-2119820022 Content-Type: text/plain; charset=utf-8 Both `RoaringBitmap` and `IntOpenHashSet` (`it.unimi.dsi:fastutil`) are somewhat slower for our use case.