Construct ListCreation

Performance Diagrams

Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)489524389.78846153846155257.00000000000006CPython 3.123660690244.59615384615387319.3211226537839Nuitka (main)3661176399.4038461538462319.2965890245191Nuitka (develop)3661176554.2115384615385319.2965890245191Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)409929689.78846153846155257.0CPython 3.112740093244.59615384615387338.9360134314245Nuitka (main)2739970399.4038461538462338.94342816612715Nuitka (develop)2739970554.2115384615385338.94342816612715Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)484047889.78846153846155257.0CPython 3.102699221244.59615384615387366.3151434869417Nuitka (main)2700078399.4038461538462366.27139204656424Nuitka (develop)2700078554.2115384615385366.27139204656424Nuitka (factory)Construct ListCreationTicks Construct ListCreation 001000000100000020000002000000300000030000004000000400000050000005000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)509707389.78846153846155257.0CPython 2.73110000244.59615384615387353.33691898347274Nuitka (main)3110000399.4038461538462353.33691898347274Nuitka (develop)3110000554.2115384615385353.33691898347274Nuitka (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.