RFR: JDK-8318476: Add resource consumption note to BigInteger and BigDecimal [v3]
Brian Burkhalter
bpb at openjdk.org
Mon Oct 23 21:07:38 UTC 2023
On Mon, 23 Oct 2023 20:26:00 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> src/java.base/share/classes/java/math/BigDecimal.java line 302:
>>
>>> 300: * scale. For example, an {@linkplain BigDecimal#multiply(BigDecimal)
>>> 301: * exact multiply} of two {@code BigDecimal} values is subject to the
>>> 302: * same {@linkplain BigInteger##algorithmicComplexity complexity
>>
>> Does this link need two `##` or only one?
>
> The "##" is used for HTML id's declared in the javadoc.
Okay, thanks.
>> src/java.base/share/classes/java/math/BigInteger.java line 137:
>>
>>> 135: * results indicate a multiply algorithm for numbers using this
>>> 136: * category of representation must run in <em>at least</em>
>>> 137: * <i>O</i>(<i>n</i> log <i>n</i>). Common multiply
>>
>> "Common _multiply_" or "Common _multiplication_"?
>
> Doing some grammar research ...
>
> In English, using a noun as an adjective is called an "attributive noun," so the "multiplication" in "multiplication algorithm" would play that role.
>
> Strictly speaking to "adjective-ifly" a verb would be to use a participle, one way to do that anyway -- "multiplying algorithm."
>
> In any case, "multiply algorithm" reads okay to me, but I don't mind changing it to "multiplication algorithm."
Then it's fine as it is.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16298#discussion_r1369262376
PR Review Comment: https://git.openjdk.org/jdk/pull/16298#discussion_r1369263256
More information about the core-libs-dev
mailing list