Construct OperationIntegerAdd

Performance Diagrams

Construct OperationIntegerAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000120000001200000013000000130000001400000014000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1482827988.95192307692307257.0CPython 3.1211550132242.31730769230768311.63078734428785Nuitka (main)11450011395.6826923076923313.29931809037623Nuitka (develop)11450330549.0480769230769313.2940019098746Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1127611288.95192307692307257.0CPython 3.119649997242.31730769230768292.636222277133Nuitka (main)9300108395.6826923076923300.3040207885075Nuitka (develop)9310399549.0480769230769300.0784940800927Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000120000001200000013000000130000001400000014000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1477312088.95192307692307257.0CPython 3.109650312242.31730769230768342.6910841603378Nuitka (main)9649810395.6826923076923342.6994812980498Nuitka (develop)9650282549.0480769230769342.6915859813166Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000120000001200000013000000130000001400000014000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)1469403288.95192307692307257.0CPython 3.89999732242.31730769230768335.9459115101968Nuitka (main)10000037395.6826923076923335.9407822038017Nuitka (develop)10100007549.0480769230769334.25954692406367Nuitka (factory)Construct OperationIntegerAddTicks Construct OperationIntegerAdd 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)803411189.78846153846155257.0CPython 2.72450178244.59615384615387428.7521392175859Nuitka (main)2550285399.4038461538462425.67302071801674Nuitka (develop)2549871554.2115384615385425.6857546433049Nuitka (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.