Construct RichComparisonStrings

Performance Diagrams

Construct RichComparisonStrings 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)700960289.78846153846155273.1734430985676CPython 3.127149284244.59615384615387268.57140830758345Nuitka (main)7500502399.4038461538462257.0Nuitka (develop)7500485554.2115384615385257.0005600907164Nuitka (factory)Construct RichComparisonStringsTicks Construct RichComparisonStrings 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)740272789.78846153846155266.5433167076998CPython 3.117700096244.59615384615387257.0Nuitka (main)7699910399.4038461538462257.005969206298Nuitka (develop)7699946554.2115384615385257.0048138760468Nuitka (factory)Construct RichComparisonStringsTicks Construct RichComparisonStrings 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)1290099288.95192307692307257.0CPython 3.107549955242.31730769230768359.49782081456635Nuitka (main)7549893395.6826923076923359.4990084095859Nuitka (develop)7550054549.0480769230769359.49592449348677Nuitka (factory)Construct RichComparisonStringsTicks Construct RichComparisonStrings 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1093690188.95192307692307257.0CPython 2.74650000242.31730769230768399.0502899910904Nuitka (main)4650000395.6826923076923399.0502899910904Nuitka (develop)4650000549.0480769230769399.0502899910904Nuitka (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.