Construct InplaceOperationTupleAdd

Performance Diagrams

Construct InplaceOperationTupleAdd 00100000001000000020000000200000003000000030000000400000004000000050000000500000006000000060000000700000007000000080000000800000009000000090000000100000000100000000110000000110000000120000000120000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)12991031588.11538461538461257.0CPython 3.1289001277240.03846153846155334.8171668632732Nuitka (main)88954909391.96153846153845334.90536806695627Nuitka (develop)88954120543.8846153846154334.9068689026556Nuitka (factory)Construct InplaceOperationTupleAddTicks Construct InplaceOperationTupleAdd 00100000001000000020000000200000003000000030000000400000004000000050000000500000006000000060000000700000007000000080000000800000009000000090000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)9493718388.95192307692307257.0CPython 3.1172298291242.31730769230768315.92758060712794Nuitka (main)72192692395.6826923076923316.2024480160335Nuitka (develop)72197069549.0480769230769316.1910549663949Nuitka (factory)Construct InplaceOperationTupleAddTicks Construct InplaceOperationTupleAdd 00100000001000000020000000200000003000000030000000400000004000000050000000500000006000000060000000700000007000000080000000800000009000000090000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)9917141488.95192307692307257.0CPython 3.1071451160242.31730769230768326.07334434947313Nuitka (main)71449740395.6826923076923326.07688270626363Nuitka (develop)71450012549.0480769230769326.0762049365122Nuitka (factory)Construct InplaceOperationTupleAddTicks Construct InplaceOperationTupleAdd 00100000001000000020000000200000003000000030000000400000004000000050000000500000006000000060000000700000007000000080000000800000009000000090000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)9640800488.95192307692307257.0CPython 3.861701049242.31730769230768345.9617270123531Nuitka (main)61700867395.6826923076923345.96219351926266Nuitka (develop)64701017549.0480769230769338.2721347026332Nuitka (factory)Construct InplaceOperationTupleAddTicks Construct InplaceOperationTupleAdd 00100000001000000020000000200000003000000030000000400000004000000050000000500000006000000060000000700000007000000080000000800000009000000090000000100000000100000000110000000110000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)11968317188.11538461538461257.0CPython 2.759351367240.03846153846155381.56986914225394Nuitka (main)59351240391.96153846153845381.5701313650342Nuitka (develop)59351866543.8846153846154381.5688388338497Nuitka (factory)Construct InplaceOperationTupleAddTicks

Source Code with Construct

    # construct_begin
    s += (1000.0,)
    s += (1000.0,)
    s += (1000.0,)
    s += (1000.0,)
    s += (1000.0,)
    # 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.