Construct OperationFloatAdd

Performance Diagrams

Construct OperationFloatAdd 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)908217589.78846153846155257.0CPython 3.123500934244.59615384615387408.85905538553857Nuitka (main)3403897399.4038461538462411.4993189322026Nuitka (develop)3400565554.2115384615385411.5899787644056Nuitka (factory)Construct OperationFloatAddTicks Construct OperationFloatAdd 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)682929689.78846153846155257.0CPython 3.112901013244.59615384615387399.1433723802684Nuitka (main)2550899399.4038461538462411.81210950474366Nuitka (develop)2560459554.2115384615385411.4661846719464Nuitka (factory)Construct OperationFloatAddTicks Construct OperationFloatAdd 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1017673488.95192307692307257.0CPython 3.102550511242.31730769230768442.18289166324803Nuitka (main)2552461395.6826923076923442.1355410102782Nuitka (develop)2553216549.0480769230769442.11720780874373Nuitka (factory)Construct OperationFloatAddTicks Construct OperationFloatAdd 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)977800289.78846153846155257.0CPython 3.83047720244.59615384615387427.0916225012022Nuitka (main)3048407399.4038461538462427.0742602354519Nuitka (develop)3048820554.2115384615385427.0638226579339Nuitka (factory)Construct OperationFloatAddTicks Construct OperationFloatAdd 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1133426988.95192307692307257.0CPython 2.71900520242.31730769230768462.679299873684Nuitka (main)1900625395.6826923076923462.67701061132533Nuitka (develop)1900219549.0480769230769462.6858624257788Nuitka (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.