Construct InplaceOperationIntegerAdd

Performance Diagrams

Construct InplaceOperationIntegerAdd 0010000000100000002000000020000000300000003000000040000000400000005000000050000000600000006000000070000000700000008000000080000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)8321054388.95192307692307257.0CPython 3.1226850336242.31730769230768424.3763170828929Nuitka (main)26799953395.6826923076923424.5259425266672Nuitka (develop)26799727549.0480769230769424.52661369254247Nuitka (factory)Construct InplaceOperationIntegerAddTicks Construct InplaceOperationIntegerAdd 0010000000100000002000000020000000300000003000000040000000400000005000000050000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)5939678188.95192307692307257.0CPython 3.1127351484242.31730769230768390.32180229210115Nuitka (main)27250655395.6826923076923390.74129299001265Nuitka (develop)27250542549.0480769230769390.74176311714734Nuitka (factory)Construct InplaceOperationIntegerAddTicks Construct InplaceOperationIntegerAdd 001000000010000000200000002000000030000000300000004000000040000000500000005000000060000000600000007000000070000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)7798791788.95192307692307257.0CPython 3.1027199618242.31730769230768417.9296737768513Nuitka (main)27200887395.6826923076923417.9256527767382Nuitka (develop)27200822549.0480769230769417.9258587381309Nuitka (factory)Construct InplaceOperationIntegerAddTicks Construct InplaceOperationIntegerAdd 0010000000100000002000000020000000300000003000000040000000400000005000000050000000600000006000000070000000700000008000000080000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)8085068488.95192307692307257.0CPython 3.827650858242.31730769230768419.60215514641214Nuitka (main)27650688395.6826923076923419.60267474146445Nuitka (develop)28050985549.0480769230769418.37919038460507Nuitka (factory)Construct InplaceOperationIntegerAddTicks Construct InplaceOperationIntegerAdd 0040000004000000800000080000001200000012000000160000001600000020000000200000002400000024000000280000002800000032000000320000003600000036000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)3980015688.95192307692307257.0CPython 2.711050192242.31730769230768435.5057930812749Nuitka (main)11050170395.6826923076923435.50592967718325Nuitka (develop)11050128549.0480769230769435.50619045119015Nuitka (factory)Construct InplaceOperationIntegerAddTicks

Source Code with Construct

    # construct_begin
    s += 1000
    s += 1000
    s += 1000
    s += 1000
    s += 1000
    # construct_end
    s += module_value2

    return s


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

    # construct_begin






    s += module_value2

    return s


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.