Construct OperationIntegerMul

Performance Diagrams

Construct OperationIntegerMul 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000110000001100000012000000120000001300000013000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1337774288.95192307692307257.0CPython 3.1212045794242.31730769230768281.60391613978595Nuitka (main)12028274395.6826923076923281.9275478512109Nuitka (develop)12028274549.0480769230769281.9275478512109Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1127732088.95192307692307257.0CPython 3.1110050277242.31730769230768283.887700525002Nuitka (main)10049702395.6826923076923283.9003002691038Nuitka (develop)10049702549.0480769230769283.9003002691038Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1642304888.95192307692307257.0CPython 3.1010849990242.31730769230768340.8570508442675Nuitka (main)10849821395.6826923076923340.8595937644368Nuitka (develop)10849821549.0480769230769340.8595937644368Nuitka (factory)Construct OperationIntegerMulTicks Construct OperationIntegerMul 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1198341888.95192307692307257.0CPython 2.72849996242.31730769230768445.34435136825033Nuitka (main)2850000395.6826923076923445.34426888247384Nuitka (develop)2850000549.0480769230769445.34426888247384Nuitka (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.