Construct OperationIntegerAdd

Performance Diagrams

Construct OperationIntegerAdd 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000110000001100000012000000120000001300000013000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1327874288.95192307692307257.0CPython 3.1211850556242.31730769230768283.5783259206563Nuitka (main)11848519395.6826923076923283.61623418323586Nuitka (develop)11848519549.0480769230769283.61623418323586Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1087848688.95192307692307257.00000000000006CPython 3.119500277242.31730769230768288.3073572108642Nuitka (main)9499702395.6826923076923288.3204188948296Nuitka (develop)9499702549.0480769230769288.3204188948296Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000130000001300000014000000140000001500000015000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1542397288.95192307692307257.0CPython 3.109899990242.31730769230768345.5025554078069Nuitka (main)9899821395.6826923076923345.5052630436869Nuitka (develop)9899821549.0480769230769345.5052630436869Nuitka (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.