Construct OperationFloatAdd

Performance Diagrams

Construct OperationFloatAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)748240789.78846153846155257.0CPython 3.123383436244.59615384615387392.37338923053875Nuitka (main)3300436399.4038461538462395.1145628826906Nuitka (develop)3300436554.2115384615385395.1145628826906Nuitka (factory)Construct OperationFloatAddTicks Construct OperationFloatAdd 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)668162689.78846153846155257.0CPython 3.112750878244.59615384615387402.376036289094Nuitka (main)2750843399.4038461538462402.37733074024425Nuitka (develop)2750843554.2115384615385402.37733074024425Nuitka (factory)Construct OperationFloatAddTicks Construct OperationFloatAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1122769788.95192307692307257.0CPython 3.102749723242.31730769230768443.5955062529057Nuitka (main)2749770395.6826923076923443.59447180896973Nuitka (develop)2749770549.0480769230769443.59447180896973Nuitka (factory)Construct OperationFloatAddTicks Construct OperationFloatAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1183389388.95192307692307257.0CPython 2.72000393242.31730769230768462.3431727509607Nuitka (main)2000387395.6826923076923462.3432980429764Nuitka (develop)2000387549.0480769230769462.3432980429764Nuitka (factory)Construct OperationFloatAddTicks

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.