Construct OperationIntegerPower

Performance Diagrams

Construct OperationIntegerPower 0020000002000000400000040000006000000600000080000008000000100000001000000012000000120000001400000014000000160000001600000018000000180000002000000020000000220000002200000024000000240000002600000026000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)2012663988.95192307692307319.2563040153585CPython 3.1226900904242.31730769230768257.0360595105043Nuitka (main)26904830395.6826923076923257.0Nuitka (develop)26904830549.0480769230769257.0Nuitka (factory)Construct OperationIntegerPowerTicks Construct OperationIntegerPower 002000000200000040000004000000600000060000008000000800000010000000100000001200000012000000140000001400000016000000160000001800000018000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1902726688.95192307692307257.0CPython 3.1115500277242.31730769230768302.80654116409744Nuitka (main)15499702395.6826923076923302.8140089393497Nuitka (develop)15499702549.0480769230769302.8140089393497Nuitka (factory)Construct OperationIntegerPowerTicks Construct OperationIntegerPower 001000000010000000200000002000000030000000300000004000000040000000500000005000000060000000600000007000000070000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)7352311988.95192307692307257.0CPython 3.1067599990242.31730769230768276.90797344929746Nuitka (main)67599821395.6826923076923276.9085414679094Nuitka (develop)67599821549.0480769230769276.9085414679094Nuitka (factory)Construct OperationIntegerPowerTicks Construct OperationIntegerPower 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)1288379788.95192307692307257.0CPython 2.75150057242.31730769230768405.3356292105025Nuitka (main)5150083395.6826923076923405.33513052211117Nuitka (develop)5150083549.0480769230769405.33513052211117Nuitka (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.