Construct InplaceOperationFloatAdd

Performance Diagrams

Construct InplaceOperationFloatAdd 001000000010000000200000002000000030000000300000004000000040000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)4449944388.95192307692307257.0CPython 3.124700000242.31730769230768478.0152307844185Nuitka (main)4750000395.6826923076923477.7375695734508Nuitka (develop)4750000549.0480769230769477.7375695734508Nuitka (factory)Construct InplaceOperationFloatAddTicks Construct InplaceOperationFloatAdd 002000000200000040000004000000600000060000008000000800000010000000100000001200000012000000140000001400000016000000160000001800000018000000200000002000000022000000220000002400000024000000260000002600000028000000280000003000000030000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)3180111888.95192307692307257.0CPython 3.114500000242.31730769230768469.14745579070524Nuitka (main)4549866395.6826923076923468.75996451542267Nuitka (develop)4549956549.0480769230769468.7592651568462Nuitka (factory)Construct InplaceOperationFloatAddTicks Construct InplaceOperationFloatAdd 0010000000100000002000000020000000300000003000000040000000400000005000000050000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)5064928588.95192307692307257.0CPython 3.104550000242.31730769230768481.9161571238218Nuitka (main)4550000395.6826923076923481.9161571238218Nuitka (develop)4550000549.0480769230769481.9161571238218Nuitka (factory)Construct InplaceOperationFloatAddTicks Construct InplaceOperationFloatAdd 001000000010000000200000002000000030000000300000004000000040000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)4910690088.95192307692307257.0CPython 3.84451108242.31730769230768481.71655134786795Nuitka (main)4428091395.6826923076923481.83237732767304Nuitka (develop)4450930549.0480769230769481.71744707817186Nuitka (factory)Construct InplaceOperationFloatAddTicks Construct InplaceOperationFloatAdd 00100000001000000020000000200000003000000030000000400000004000000050000000500000006000000060000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)6137080688.95192307692307257.0CPython 2.72150000242.31730769230768495.45820522420837Nuitka (main)2150000395.6826923076923495.45820522420837Nuitka (develop)2150000549.0480769230769495.45820522420837Nuitka (factory)Construct InplaceOperationFloatAddTicks

Source Code with Construct

    s += module_value2

    return s


for x in itertools.repeat(None, 50000):
    # construct_begin
    calledRepeatedly(True)
    # construct_alternative



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

    s += module_value2

    return s


for x in itertools.repeat(None, 50000):
    # construct_begin

    # construct_alternative
    calledRepeatedly(False)
    # construct_end

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.