Construct OperationIntegerMul

Performance Diagrams

Construct OperationIntegerMul 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000120000001200000013000000130000001400000014000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1467768488.95192307692307257.0CPython 3.1211700132242.31730769230768307.13045025988487Nuitka (main)11600011395.6826923076923308.8161003544827Nuitka (develop)11600330549.0480769230769308.81072962925845Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1132532088.95192307692307257.0CPython 3.119799997242.31730769230768290.28213064246245Nuitka (main)9450108395.6826923076923297.9166129182562Nuitka (develop)9460399549.0480769230769297.692066113126Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000130000001300000014000000140000001500000015000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1537229288.95192307692307257.0CPython 3.1010300312242.31730769230768338.53398910595365Nuitka (main)10299810395.6826923076923338.54205894505617Nuitka (develop)10300282549.0480769230769338.5344713672546Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000130000001300000014000000140000001500000015000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)1539368988.95192307692307257.0CPython 3.810649732242.31730769230768333.15489429816637Nuitka (main)10650037395.6826923076923333.1499981233568Nuitka (develop)10750007549.0480769230769331.54517649807906Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1143347788.95192307692307257.0CPython 2.72899407242.31730769230768441.44957648356797Nuitka (main)2999511395.6826923076923439.28599680771447Nuitka (develop)3000198549.0480769230769439.2711484576255Nuitka (factory)Construct OperationIntegerMulTicks

Source Code with Construct

    # construct_end

    return s, t, local_value


for x in itertools.repeat(None, 50000):
    calledRepeatedly()

print("OK.")

#     Python test originally created or extracted from other peoples work. The
#     parts from me are licensed as below. It is at least Free Software where
#     it's copied from other people. In these cases, that will normally be
#     indicated.
#
#     Licensed under the Apache License, Version 2.0 (the "License");
#     you may not use this file except in compliance with the License.
#     You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
#     Unless required by applicable law or agreed to in writing, software
#     distributed under the License is distributed on an "AS IS" BASIS,
#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#     See the License for the specific language governing permissions and
#     limitations under the License.

Source Code without Construct

    return s, t, local_value


for x in itertools.repeat(None, 50000):
    calledRepeatedly()

print("OK.")

#     Python test originally created or extracted from other peoples work. The
#     parts from me are licensed as below. It is at least Free Software where
#     it's copied from other people. In these cases, that will normally be
#     indicated.
#
#     Licensed under the Apache License, Version 2.0 (the "License");
#     you may not use this file except in compliance with the License.
#     You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
#     Unless required by applicable law or agreed to in writing, software
#     distributed under the License is distributed on an "AS IS" BASIS,
#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#     See the License for the specific language governing permissions and
#     limitations under the License.