Construct GlobalVariableAccessAfterModification

Performance Diagrams

Construct GlobalVariableAccessAfterModification 0020000020000040000040000060000060000080000080000010000001000000120000012000001400000140000016000001600000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)164907789.78846153846155257.0CPython 3.12800047244.59615384615387384.2277613477115Nuitka (main)800047399.4038461538462384.2277613477115Nuitka (develop)800047554.2115384615385384.2277613477115Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 00100000100000200000200000300000300000400000400000500000500000600000600000700000700000800000800000900000900000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)69916190.625312.15492096951175CPython 3.11900047246.875257.0Nuitka (main)900047403.125257.0Nuitka (develop)900047559.375257.0Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 001000000100000020000002000000300000030000004000000400000050000005000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)517057389.78846153846155257.0CPython 3.104500000244.59615384615387289.04846054928385Nuitka (main)4500000399.4038461538462289.04846054928385Nuitka (develop)4500000554.2115384615385289.04846054928385Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 002000002000004000004000006000006000008000008000001000000100000012000001200000140000014000001600000160000018000001800000200000020000002200000220000024000002400000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)251178689.78846153846155257.0CPython 2.71800000244.59615384615387327.0271723601637Nuitka (main)1800000399.4038461538462327.0271723601637Nuitka (develop)1800000554.2115384615385327.0271723601637Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks

Source Code with Construct

        # construct_alternative




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

        # construct_alternative
        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.