Construct SetCreation

Performance Diagrams

Construct SetCreation 0010000000100000002000000020000000300000003000000040000000400000005000000050000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)5467864488.95192307692307257.0CPython 3.1241300018242.31730769230768317.4635387376356Nuitka (main)41250043395.6826923076923317.6893964115412Nuitka (develop)41249908549.0480769230769317.69000653232115Nuitka (factory)Construct SetCreationTicks Construct SetCreation 001000000010000000200000002000000030000000300000004000000040000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)4467094588.95192307692307257.0CPython 3.1135799592242.31730769230768306.0754741958973Nuitka (main)35749923395.6826923076923306.35023834155083Nuitka (develop)35749947549.0480769230769306.350105575852Nuitka (factory)Construct SetCreationTicks Construct SetCreation 001000000010000000200000002000000030000000300000004000000040000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)4597117288.95192307692307257.0CPython 3.1035599662242.31730769230768312.7514540349832Nuitka (main)35549836395.6826923076923313.01929082526226Nuitka (develop)35549943549.0480769230769313.01871565293135Nuitka (factory)Construct SetCreationTicks Construct SetCreation 001000000010000000200000002000000030000000300000004000000040000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)4294836088.95192307692307257.0CPython 3.833249702242.31730769230768312.80393761072776Nuitka (main)33249911395.6826923076923312.8027350708547Nuitka (develop)33449511549.0480769230769311.65428072313966Nuitka (factory)Construct SetCreationTicks Construct SetCreation 001000000010000000200000002000000030000000300000004000000040000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)4709812088.95192307692307257.0CPython 2.732450158242.31730769230768333.85522826519485Nuitka (main)32450627395.6826923076923333.8527675063496Nuitka (develop)32450358549.0480769230769333.85417890108175Nuitka (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.