Construct GlobalVariableAccess

Performance Diagrams

Construct GlobalVariableAccess 0020000020000040000040000060000060000080000080000010000001000000120000012000001400000140000016000001600000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)164886889.78846153846155257.0CPython 3.12800047244.59615384615387384.2125651565895Nuitka (main)800047399.4038461538462384.2125651565895Nuitka (develop)800047554.2115384615385384.2125651565895Nuitka (factory)Construct GlobalVariableAccessTicks Construct GlobalVariableAccess 00100000100000200000200000300000300000400000400000500000500000600000600000700000700000800000800000900000900000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)69924790.625312.1313089547204CPython 3.11900047246.875257.0Nuitka (main)900047403.125257.0Nuitka (develop)900047559.375257.0Nuitka (factory)Construct GlobalVariableAccessTicks Construct GlobalVariableAccess 0010000010000020000020000030000030000040000040000050000050000060000060000070000070000080000080000090000090000010000001000000110000011000001200000120000013000001300000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)130156189.78846153846155257.0CPython 3.10150087244.59615384615387475.61974996532274Nuitka (main)150087399.4038461538462475.61974996532274Nuitka (develop)150087554.2115384615385475.61974996532274Nuitka (factory)Construct GlobalVariableAccessTicks Construct GlobalVariableAccess 002000002000004000004000006000006000008000008000001000000100000012000001200000140000014000001600000160000018000001800000200000020000002200000220000024000002400000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)251172589.78846153846155257.0CPython 2.71800000244.59615384615387327.0228715784509Nuitka (main)1800000399.4038461538462327.0228715784509Nuitka (develop)1800000554.2115384615385327.0228715784509Nuitka (factory)Construct GlobalVariableAccessTicks

Source Code with Construct

if __name__ == "__main__":
    main()

    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

        calledRepeatedly(False)
        # construct_end


if __name__ == "__main__":
    main()

    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.