Construct ListCreation

Performance Diagrams

Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)489529689.78846153846155257.0CPython 3.123629326244.59615384615387320.9063834876458Nuitka (main)3840436399.4038461538462310.2495143532454Nuitka (develop)3840436554.2115384615385310.2495143532454Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)409902289.78846153846155257.0CPython 3.112740175244.59615384615387338.9200284942266Nuitka (main)2739890399.4038461538462338.93721012550725Nuitka (develop)2739890554.2115384615385338.93721012550725Nuitka (factory)Construct ListCreationTicks Construct ListCreation 0010000001000000200000020000003000000300000040000004000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)484041589.78846153846155257.0CPython 3.102699794244.59615384615387366.2840968658203Nuitka (main)2700228399.4038461538462366.26194007204884Nuitka (develop)2700228554.2115384615385366.26194007204884Nuitka (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.