Construct ListCreation

Performance Diagrams

Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)489529689.78846153846155257.0CPython 3.123629501244.59615384615387320.89754945752634Nuitka (main)3840764399.4038461538462310.2329568567929Nuitka (develop)3840764554.2115384615385310.2329568567929Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)409902289.78846153846155257.0CPython 3.112740240244.59615384615387338.91610987656605Nuitka (main)2739927399.4038461538462338.93497952776204Nuitka (develop)2739927554.2115384615385338.93497952776204Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)484041589.78846153846155257.0CPython 3.102700236244.59615384615387366.26153165188714Nuitka (main)2700069399.4038461538462366.2700574227623Nuitka (develop)2700069554.2115384615385366.2700574227623Nuitka (factory)Construct ListCreationTicks Construct ListCreation 001000000100000020000002000000300000030000004000000400000050000005000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)509701989.78846153846155257.0CPython 2.73110000244.59615384615387353.3353215718986Nuitka (main)3110000399.4038461538462353.3353215718986Nuitka (develop)3110000554.2115384615385353.3353215718986Nuitka (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.