Construct SetCreation

Performance Diagrams

Construct SetCreation 0010000000100000002000000020000000300000003000000040000000400000005000000050000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)5268040588.95192307692307257.0CPython 3.1251986039242.31730769230768260.25716025064435Nuitka (main)52050303395.6826923076923259.95570806786554Nuitka (develop)52050278549.0480769230769259.9558253388815Nuitka (factory)Construct SetCreationTicks Construct SetCreation 001000000010000000200000002000000030000000300000004000000040000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)4637452388.95192307692307257.0CPython 3.1138450144242.31730769230768299.2265467705852Nuitka (main)39199872395.6826923076923295.2314798439254Nuitka (develop)39199829549.0480769230769295.23170897752834Nuitka (factory)Construct SetCreationTicks Construct SetCreation 001000000010000000200000002000000030000000300000004000000040000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)4932564588.95192307692307257.0CPython 3.1037899936242.31730769230768314.24138982953923Nuitka (main)37899937395.6826923076923314.2413848196628Nuitka (develop)37900120549.0480769230769314.24046801228235Nuitka (factory)Construct SetCreationTicks Construct SetCreation 001000000010000000200000002000000030000000300000004000000040000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)4504862988.95192307692307257.0CPython 2.737400008242.31730769230768298.95670239359134Nuitka (main)37400000395.6826923076923298.95674627779204Nuitka (develop)37400000549.0480769230769298.95674627779204Nuitka (factory)Construct SetCreationTicks

Source Code with Construct

for x in itertools.repeat(None, 50000):
    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, 50000):
    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.