RFR: JDK-8277175 : Add a parallel multiply method to BigInteger [v10]

Paul Sandoz psandoz at openjdk.java.net
Wed Feb 9 22:52:09 UTC 2022


On Thu, 3 Feb 2022 05:33:52 GMT, kabutz <duke at openjdk.java.net> wrote:

> A question about wording of the @implNote. In multiply() they say: "An implementation may offer better algorithmic ...", but we changed this to "This implementation may offer better algorithmic ..." I've kept it as "This implementation may ...", but what is the better way of writing such implementation notes?

I usually refer to "This implementation or this method" mostly out of habit of writing a bunch of these notes in `java.util`. I am fine with either approach.

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

PR: https://git.openjdk.java.net/jdk/pull/6409


More information about the core-libs-dev mailing list