Construct FunctionEmpty

Performance Diagrams

Construct FunctionEmpty 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000110000001100000012000000120000001300000013000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1382991388.95192307692307257.0CPython 3.123349558242.31730769230768444.26487699024347Nuitka (main)3351039395.6826923076923444.23841421461975Nuitka (develop)3351039549.0480769230769444.23841421461975Nuitka (factory)Construct FunctionEmptyTicks Construct FunctionEmpty 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1602978588.95192307692307257.0CPython 3.113049667242.31730769230768457.1016764680922Nuitka (main)3050064395.6826923076923457.09555631066695Nuitka (develop)3050064549.0480769230769457.09555631066695Nuitka (factory)Construct FunctionEmptyTicks Construct FunctionEmpty 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000240000002400000026000000260000002800000028000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)2803295988.95192307692307257.0CPython 3.103049704242.31730769230768477.2317161120676Nuitka (main)3049997395.6826923076923477.2291332663647Nuitka (develop)3049997549.0480769230769477.2291332663647Nuitka (factory)Construct FunctionEmptyTicks Construct FunctionEmpty 0020000002000000400000040000006000000600000080000008000000100000001000000012000000120000001400000014000000160000001600000018000000180000002000000020000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)2197972688.95192307692307257.0CPython 2.73100000242.31730769230768469.26246186704407Nuitka (main)3100000395.6826923076923469.26246186704407Nuitka (develop)3100000549.0480769230769469.26246186704407Nuitka (factory)Construct FunctionEmptyTicks

Source Code with Construct

    # construct_end

    return called


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

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 called


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

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.