Construct FunctionCreationLocal

Performance Diagrams

Construct FunctionCreationLocal 001000000010000000200000002000000030000000300000004000000040000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)4105069888.95192307692307257.0CPython 3.1211401665242.31730769230768435.48008804306403Nuitka (main)11401745395.6826923076923435.4796064621961Nuitka (develop)11400966549.0480769230769435.48429585589696Nuitka (factory)Construct FunctionCreationLocalTicks Construct FunctionCreationLocal 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000240000002400000026000000260000002800000028000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)2898119788.95192307692307257.0CPython 3.1110051309242.31730769230768418.41039839887065Nuitka (main)10046805395.6826923076923418.4488028751353Nuitka (develop)10043799549.0480769230769418.4744342818075Nuitka (factory)Construct FunctionCreationLocalTicks Construct FunctionCreationLocal 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000240000002400000026000000260000002800000028000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)2913130988.95192307692307257.0CPython 3.1010049830242.31730769230768418.86457745909684Nuitka (main)10046893395.6826923076923418.8894914746193Nuitka (develop)10048322549.0480769230769418.8773695378874Nuitka (factory)Construct FunctionCreationLocalTicks Construct FunctionCreationLocal 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)2207079188.95192307692307257.0CPython 3.810202641242.31730769230768389.8816195089282Nuitka (main)10202818395.6826923076923389.87963773024717Nuitka (develop)10111163549.0480769230769390.9058519958312Nuitka (factory)Construct FunctionCreationLocalTicks Construct FunctionCreationLocal 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000120000001200000013000000130000001400000014000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1446889788.95192307692307257.0CPython 2.78150967242.31730769230768364.9044036268333Nuitka (main)8151183395.6826923076923364.90071454652Nuitka (develop)8151187549.0480769230769364.90064623021794Nuitka (factory)Construct FunctionCreationLocalTicks

Source Code with Construct

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

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.