Construct GlobalVariableAccessAfterModification

Performance Diagrams

Construct GlobalVariableAccessAfterModification 0010000001000000200000020000003000000300000040000004000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)184899089.78846153846155397.8563439177102CPython 3.124300000244.59615384615387257.0Nuitka (main)750047399.4038461538462461.01116301431125Nuitka (develop)750047554.2115384615385461.01116301431125Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)69921789.78846153846155461.97166299598666CPython 3.114099953244.59615384615387257.0Nuitka (main)650047399.4038461538462464.93527342311563Nuitka (develop)650000554.2115384615385464.9381062417057Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 0010000001000000200000020000003000000300000040000004000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)477297189.78846153846155257.0CPython 3.103850000244.59615384615387304.78582012206783Nuitka (main)4150000399.4038461538462289.2536462654457Nuitka (develop)4150000554.2115384615385289.2536462654457Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 002000002000004000004000006000006000008000008000001000000100000012000001200000140000014000001600000160000018000001800000200000020000002200000220000024000002400000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)246335589.78846153846155257.0CPython 2.71750002244.59615384615387328.56114362791334Nuitka (main)1700000399.4038461538462333.5771739855104Nuitka (develop)1700000554.2115384615385333.5771739855104Nuitka (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.