Construct FunctionEmpty

Performance Diagrams

Construct FunctionEmpty 001000000100000020000002000000300000030000004000000400000050000005000000600000060000007000000700000080000008000000900000090000001000000010000000110000001100000012000000120000001300000013000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)1353048988.95192307692307257.0CPython 3.122799956242.31730769230768452.9781194473516Nuitka (main)2800106395.6826923076923452.9753799079534Nuitka (develop)2800195549.0480769230769452.9737544479105Nuitka (factory)Construct FunctionEmptyTicks Construct FunctionEmpty 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000100000001000000011000000110000001200000012000000130000001300000014000000140000001500000015000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)1547793388.95192307692307257.0CPython 3.112699998242.31730769230768461.00813998325134Nuitka (main)2700103395.6826923076923461.00646358916276Nuitka (develop)2699995549.0480769230769461.00818788022525Nuitka (factory)Construct FunctionEmptyTicks Construct FunctionEmpty 0020000002000000400000040000006000000600000080000008000000100000001000000012000000120000001400000014000000160000001600000018000000180000002000000020000000220000002200000024000000240000002600000026000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)2663171888.95192307692307257.0CPython 3.102700016242.31730769230768479.06196927403516Nuitka (main)2700044395.6826923076923479.06170946237864Nuitka (develop)2700026549.0480769230769479.0618764841579Nuitka (factory)Construct FunctionEmptyTicks Construct FunctionEmpty 00200000020000004000000400000060000006000000800000080000001000000010000000120000001200000014000000140000001600000016000000180000001800000020000000200000002200000022000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)2227154388.95192307692307257.0CPython 3.82700062242.31730769230768474.15666735832775Nuitka (main)2700112395.6826923076923474.1561125800068Nuitka (develop)2699942549.0480769230769474.157998826298Nuitka (factory)Construct FunctionEmptyTicks Construct FunctionEmpty 0020000002000000400000040000006000000600000080000008000000100000001000000012000000120000001400000014000000160000001600000018000000180000002000000020000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)2128017688.95192307692307257.0CPython 2.72699984242.31730769230768472.76190405134304Nuitka (main)2700003395.6826923076923472.76168341443156Nuitka (develop)2700000549.0480769230769472.76171825183866Nuitka (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.