Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8323186

A faster algorithm for MutablebigInteger.divWord(long, int)

XMLWordPrintable

    • In Review
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      The method MutableBigInteger.divWord(long, int) can use the algorithm of Hacker's Delight (2nd ed), section 9.3, the same used in Long.divideUnsigned(long, long) and Long.remainderUnsigned(long, long), to get the computation faster.


            bpb Brian Burkhalter
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: