RFR: 8336274: MutableBigInteger.leftShift(int) optimization [v17]
duke
duke at openjdk.org
Wed Oct 2 09:43:38 UTC 2024
On Tue, 1 Oct 2024 14:21:19 GMT, fabioromano1 <duke at openjdk.org> wrote:
>> This implementation of MutableBigInteger.leftShift(int) optimizes the current version, avoiding unnecessary copy of the MutableBigInteger's value content and performing the primitive shifting only in the original portion of the value array rather than in the value yet extended with trailing zeros.
>
> fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
>
> Code simplification
@fabioromano1
Your change (at version d324f495514a05715ea085967212fb726ce73954) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20008#issuecomment-2388080847
More information about the core-libs-dev
mailing list