Construct ListCreation

Performance Diagrams

Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)489529689.78846153846155257.0CPython 3.123629501244.59615384615387320.89754945752634Nuitka (main)3840376399.4038461538462310.25254316357206Nuitka (develop)3840376554.2115384615385310.25254316357206Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)409902289.78846153846155257.0CPython 3.112740027244.59615384615387338.9289508852074Nuitka (main)2740127399.4038461538462338.9229222426528Nuitka (develop)2740127554.2115384615385338.9229222426528Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)484041589.78846153846155257.0CPython 3.102699849244.59615384615387366.28128897720865Nuitka (main)2699973399.4038461538462366.27495846470254Nuitka (develop)2699973554.2115384615385366.27495846470254Nuitka (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.