Construct FunctionCreationCoroutineLocal35

Performance Diagrams

Construct FunctionCreationCoroutineLocal35 001000000010000000200000002000000030000000300000004000000040000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)4107282088.95192307692307257.0CPython 3.1211851746242.31730769230768432.8091346146823Nuitka (main)11751682395.6826923076923433.41117152975545Nuitka (develop)11751704549.0480769230769433.4110391663467Nuitka (factory)Construct FunctionCreationCoroutineLocal35Ticks Construct FunctionCreationCoroutineLocal35 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000240000002400000026000000260000002800000028000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)2899320888.95192307692307257.0CPython 3.1110500603242.31730769230768414.6164733862974Nuitka (main)10437433395.6826923076923415.1548849634555Nuitka (develop)10452234549.0480769230769415.0287328381822Nuitka (factory)Construct FunctionCreationCoroutineLocal35Ticks Construct FunctionCreationCoroutineLocal35 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000240000002400000026000000260000002800000028000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)2914305188.95192307692307257.0CPython 3.1010458536242.31730769230768415.43334696071884Nuitka (main)10450995395.6826923076923415.49729006384086Nuitka (develop)10408161549.0480769230769415.86049638649445Nuitka (factory)Construct FunctionCreationCoroutineLocal35Ticks Construct FunctionCreationCoroutineLocal35 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)2207979188.95192307692307257.0CPython 3.810552424242.31730769230768386.0134372108727Nuitka (main)10552387395.6826923076923386.0138513121308Nuitka (develop)10551688549.0480769230769386.0216744683303Nuitka (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.