RFR: 8334755: Asymptotically faster implementation of square root algorithm [v50]

fabioromano1 duke at openjdk.org
Thu Aug 1 18:17:38 UTC 2024


On Thu, 1 Aug 2024 10:22:10 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

>> fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Last small changes
>
> I have no further comments, but I'll wait for a couple of days more before approving, just in case you have some last minute small changes.
> 
> Thanks for your efforts.

@rgiulietti If desired, we could further optimize the code by making it an iterative algorithm, thus avoiding the stack overhead due to recursive invocations.

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

PR Comment: https://git.openjdk.org/jdk/pull/19710#issuecomment-2263675965


More information about the core-libs-dev mailing list