Construct RichComparisonStrings

Performance Diagrams

Construct RichComparisonStrings 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)705812689.78846153846155257.0CPython 3.126499981244.59615384615387276.5414783394564Nuitka (main)6199904399.4038461538462287.047615984099Nuitka (develop)6199754554.2115384615385287.0528677049796Nuitka (factory)Construct RichComparisonStringsTicks Construct RichComparisonStrings 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)740168189.78846153846155257.0CPython 3.116950239244.59615384615387272.072017216297Nuitka (main)6999833399.4038461538462270.4162527508174Nuitka (develop)6999864554.2115384615385270.4152177728276Nuitka (factory)Construct RichComparisonStringsTicks Construct RichComparisonStrings 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1219815488.95192307692307257.0CPython 3.107000269242.31730769230768362.3009620112632Nuitka (main)7100197395.6826923076923360.2765781451597Nuitka (develop)7099600549.0480769230769360.28867242472165Nuitka (factory)Construct RichComparisonStringsTicks Construct RichComparisonStrings 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)1218040288.95192307692307257.0CPython 3.87100113242.31730769230768360.06864832476856Nuitka (main)7100006395.6826923076923360.07081913539974Nuitka (develop)6949868549.0480769230769363.11681134611536Nuitka (factory)Construct RichComparisonStringsTicks Construct RichComparisonStrings 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1073623088.95192307692307257.0CPython 2.74550000242.31730769230768399.3882131594825Nuitka (main)4550000395.6826923076923399.3882131594825Nuitka (develop)4550000549.0480769230769399.3882131594825Nuitka (factory)Construct RichComparisonStringsTicks

Source Code with Construct

    # construct_end

    return value1, value2


for x in itertools.repeat(None, 50000):
    calledRepeatedly(module_value1, module_value2)

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

    return value1, value2


for x in itertools.repeat(None, 50000):
    calledRepeatedly(module_value1, module_value2)

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.