-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
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.
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.
- relates to
-
JDK-8331907 BigInteger and BigDecimal should use optimized division
- Resolved
- links to
-
Review(master) openjdk/jdk/17291