Construct ListCreation

Performance Diagrams

Construct ListCreation 001000000100000020000002000000300000030000004000000400000050000005000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)598484589.78846153846155257.0CPython 3.123509922244.59615384615387359.19003984872825Nuitka (main)3550005399.4038461538462357.5350051800712Nuitka (develop)3549878554.2115384615385357.540249034147Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)415628489.78846153846155257.0CPython 3.112919324244.59615384615387330.5445042143044Nuitka (main)2919945399.4038461538462330.5075821334634Nuitka (develop)2920022554.2115384615385330.5030040332625Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)458559889.78846153846155257.0CPython 3.102909707244.59615384615387347.312855387337Nuitka (main)2909831399.4038461538462347.3061730947129Nuitka (develop)2910015554.2115384615385347.2962574346901Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0020000002000000400000040000006000000600000080000008000000100000001000000012000000120000001400000014000000160000001600000018000000180000002000000020000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)2065010988.95192307692307257.0CPython 3.812999503242.31730769230768348.55314600183317Nuitka (main)12999849395.6826923076923348.5490054947261Nuitka (develop)13099532549.0480769230769347.3561206104567Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)496680389.78846153846155257.0CPython 2.72979849244.59615384615387355.8577364399347Nuitka (main)2980322399.4038461538462355.8342030771411Nuitka (develop)2980044554.2115384615385355.84803452504093Nuitka (factory)Construct ListCreationTicks

Source Code with Construct

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

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, 10000):
    calledRepeatedly(module_value1)

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.