Construct OperationIntegerPower

Performance Diagrams

Construct OperationIntegerPower 002000000200000040000004000000600000060000008000000800000010000000100000001200000012000000140000001400000016000000160000001800000018000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1938017388.95192307692307257.0CPython 3.1215700132242.31730769230768303.9239746784193Nuitka (main)15300011395.6826923076923309.0258927473494Nuitka (develop)15300330549.0480769230769309.0218251981231Nuitka (factory)Construct OperationIntegerPowerTicks Construct OperationIntegerPower 002000000200000040000004000000600000060000008000000800000010000000100000001200000012000000140000001400000016000000160000001800000018000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1807627888.95192307692307257.0CPython 3.1114949997242.31730769230768299.73845156236086Nuitka (main)14600108395.6826923076923304.52167932682056Nuitka (develop)14605937549.0480769230769304.4419928129861Nuitka (factory)Construct OperationIntegerPowerTicks Construct OperationIntegerPower 001000000010000000200000002000000030000000300000004000000040000000500000005000000060000000600000007000000070000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)7212223388.95192307692307257.0CPython 3.1067050312242.31730769230768274.3781323250744Nuitka (main)67049810395.6826923076923274.3798523484003Nuitka (develop)67050282549.0480769230769274.378235115313Nuitka (factory)Construct OperationIntegerPowerTicks Construct OperationIntegerPower 001000000010000000200000002000000030000000300000004000000040000000500000005000000060000000600000007000000070000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)7037652988.95192307692307257.0CPython 3.865499732242.31730769230768274.1240551853041Nuitka (main)65500037395.6826923076923274.12298422893014Nuitka (develop)65500007549.0480769230769274.1230895689014Nuitka (factory)Construct OperationIntegerPowerTicks Construct OperationIntegerPower 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000800000080000009000000900000010000000100000001100000011000000120000001200000013000000130000001400000014000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1483428088.95192307692307257.0CPython 2.75649615242.31730769230768410.0018325148549Nuitka (main)5649693395.6826923076923410.0005331595778Nuitka (develop)5650029549.0480769230769409.99493593684565Nuitka (factory)Construct OperationIntegerPowerTicks

Source Code with Construct

    # construct_end

    return s, t, local_value


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

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 s, t, local_value


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

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.