Construct OperationIntegerMul

Performance Diagrams

Construct OperationIntegerMul 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000110000001100000012000000120000001300000013000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1322776988.95192307692307257.0CPython 3.1211950192242.31730769230768280.8671337344014Nuitka (main)11956113395.6826923076923280.7565202067304Nuitka (develop)11956113549.0480769230769280.7565202067304Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1127723888.95192307692307257.0CPython 3.1110050223242.31730769230768283.88728247589046Nuitka (main)10050223395.6826923076923283.88728247589046Nuitka (develop)10050223549.0480769230769283.88728247589046Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1632313788.95192307692307257.0CPython 3.1010849913242.31730769230768339.8589415040843Nuitka (main)10849913395.6826923076923339.8589415040843Nuitka (develop)10849913549.0480769230769339.8589415040843Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1198342288.95192307692307257.0CPython 2.72850000242.31730769230768445.3442884999473Nuitka (main)2850000395.6826923076923445.3442884999473Nuitka (develop)2850000549.0480769230769445.3442884999473Nuitka (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.