Construct OperationIntegerAdd

Performance Diagrams

Construct OperationIntegerAdd 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000110000001100000012000000120000001300000013000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1327874288.95192307692307257.0CPython 3.1211850629242.31730769230768283.57696740167336Nuitka (main)11848472395.6826923076923283.6171088461426Nuitka (develop)11848472549.0480769230769283.6171088461426Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1087848688.95192307692307257.00000000000006CPython 3.119500340242.31730769230768288.305926104621Nuitka (main)9500097395.6826923076923288.31144608584464Nuitka (develop)9500097549.0480769230769288.31144608584464Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000130000001300000014000000140000001500000015000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1542397288.95192307692307257.0CPython 3.109900061242.31730769230768345.501417880307Nuitka (main)9900134395.6826923076923345.5002483097789Nuitka (develop)9900134549.0480769230769345.5002483097789Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)853345189.78846153846155257.0CPython 2.72499996244.59615384615387431.7194133867547Nuitka (main)2500000399.4038461538462431.7192975530154Nuitka (develop)2500000554.2115384615385431.7192975530154Nuitka (factory)Construct OperationIntegerAddTicks

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.