Construct TupleCreation

Performance Diagrams

Construct TupleCreation 002000000200000040000004000000600000060000008000000800000010000000100000001200000012000000140000001400000016000000160000001800000018000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1954894388.95192307692307257.0CPython 3.1212044772242.31730769230768351.8591493097409Nuitka (main)12000005395.6826923076923352.4250425359413Nuitka (develop)11999878549.0480769230769352.4266479247261Nuitka (factory)Construct TupleCreationTicks Construct TupleCreation 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1603670488.95192307692307257.0CPython 3.119898056242.31730769230768351.5926520523458Nuitka (main)9899945395.6826923076923351.563543766657Nuitka (develop)9900022549.0480769230769351.56235724574753Nuitka (factory)Construct TupleCreationTicks Construct TupleCreation 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1798642288.95192307692307257.00000000000006CPython 3.109749585242.31730769230768370.1658727494124Nuitka (main)9749831395.6826923076923370.1624929563321Nuitka (develop)9750015549.0480769230769370.1599649810199Nuitka (factory)Construct TupleCreationTicks Construct TupleCreation 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000130000001300000014000000140000001500000015000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)1599978288.95192307692307257.0CPython 3.88499767242.31730769230768372.8371464902556Nuitka (main)8499988395.6826923076923372.833733162499Nuitka (develop)8599741549.0480769230769371.2930558606746Nuitka (factory)Construct TupleCreationTicks Construct TupleCreation 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1754853488.95192307692307257.0CPython 2.78299968242.31730769230768387.23668781852484Nuitka (main)8300443395.6826923076923387.2299989516547Nuitka (develop)8300184549.0480769230769387.23364614432705Nuitka (factory)Construct TupleCreationTicks

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.