Construct FunctionCreationCoroutineLocal35

Performance Diagrams

Construct FunctionCreationCoroutineLocal35 0040000004000000800000080000001200000012000000160000001600000020000000200000002400000024000000280000002800000032000000320000003600000036000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)3617043288.95192307692307257.0CPython 3.1212183783242.31730769230768420.8761182965476Nuitka (main)12164661395.6826923076923421.00675926828427Nuitka (develop)12164661549.0480769230769421.00675926828427Nuitka (factory)Construct FunctionCreationCoroutineLocal35Ticks Construct FunctionCreationCoroutineLocal35 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000240000002400000026000000260000002800000028000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)2859401488.95192307692307257.0CPython 3.1110948042242.31730769230768409.50014068302227Nuitka (main)10956038395.6826923076923409.43103759678246Nuitka (develop)10956038549.0480769230769409.43103759678246Nuitka (factory)Construct FunctionCreationCoroutineLocal35Ticks Construct FunctionCreationCoroutineLocal35 002000000200000040000004000000600000060000008000000800000010000000100000001200000012000000140000001400000016000000160000001800000018000000200000002000000022000000220000002400000024000000260000002600000028000000280000003000000030000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)3049558188.95192307692307257.0CPython 3.1010952736242.31730769230768415.3618839284894Nuitka (main)10952814395.6826923076923415.3612518697003Nuitka (develop)10952814549.0480769230769415.3612518697003Nuitka (factory)Construct FunctionCreationCoroutineLocal35Ticks

Source Code with Construct

    return returningValue


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_end

    return returningValue


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.