Construct FunctionCreationCoroutineClosure35

Performance Diagrams

Construct FunctionCreationCoroutineClosure35 004000000400000080000008000000120000001200000016000000160000002000000020000000240000002400000028000000280000003200000032000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)3255296988.95192307692307257.0CPython 3.124401210242.31730769230768470.70501575093243Nuitka (main)3652719395.6826923076923476.3869442209947Nuitka (develop)3657165549.0480769230769476.3531938432642Nuitka (factory)Construct FunctionCreationCoroutineClosure35Ticks Construct FunctionCreationCoroutineClosure35 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)2255201688.95192307692307257.0CPython 3.113200551242.31730769230768469.04511012878646Nuitka (main)2559875395.6826923076923476.06536482148647Nuitka (develop)2559147549.0480769230769476.0733419353729Nuitka (factory)Construct FunctionCreationCoroutineClosure35Ticks Construct FunctionCreationCoroutineClosure35 0020000002000000400000040000006000000600000080000008000000100000001000000012000000120000001400000014000000160000001600000018000000180000002000000020000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)2180000188.95192307692307257.0CPython 3.103249568242.31730769230768467.2796869402402Nuitka (main)2801216395.6826923076923472.362011336605Nuitka (develop)2800787549.0480769230769472.36687429509755Nuitka (factory)Construct FunctionCreationCoroutineClosure35Ticks Construct FunctionCreationCoroutineClosure35 002000000200000040000004000000600000060000008000000800000010000000100000001200000012000000140000001400000016000000160000001800000018000000200000002000000022000000220000002400000024000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)2515036488.95192307692307257.0CPython 3.83701030242.31730769230768467.75084325435Nuitka (main)3701169395.6826923076923467.7494775071798Nuitka (develop)3551179549.0480769230769469.22320713345727Nuitka (factory)Construct FunctionCreationCoroutineClosure35Ticks

Source Code with Construct

    return returningValue, x


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

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, x


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

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.