Improve BigInteger Karatsuba multiplication performance under high allocation pressure

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 9
    • Component/s: core-libs
    • None

      The performance of Karatsuba multiplication may suffer from high allocation pressure under saturated threading. The current implementation allocates approximately 15 BigIntegers per recursion level (30 objects, 15 wrappers + 15 int[]).

            Assignee:
            Brian Burkhalter
            Reporter:
            Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: