Construct GlobalVariableAccess

Performance Diagrams

Construct GlobalVariableAccess 0010000001000000200000020000003000000300000040000004000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)184900789.78846153846155397.85536694991055CPython 3.124300000244.59615384615387257.0Nuitka (main)750047399.4038461538462461.01116301431125Nuitka (develop)750047554.2115384615385461.01116301431125Nuitka (factory)Construct GlobalVariableAccessTicks Construct GlobalVariableAccess 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)69915189.78846153846155461.973821693598CPython 3.114099776244.59615384615387257.0Nuitka (main)649997399.4038461538462464.93659566353796Nuitka (develop)649883554.2115384615385464.94346705208363Nuitka (factory)Construct GlobalVariableAccessTicks Construct GlobalVariableAccess 0040000040000080000080000012000001200000160000016000002000000200000024000002400000280000028000003200000320000036000003600000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)109976789.78846153846155428.1036530116191CPython 3.103850000244.59615384615387253.83710840478062Nuitka (main)-49916399.4038461538462500.95249302016526Nuitka (develop)-49916554.2115384615385500.95249302016526Nuitka (factory)Construct GlobalVariableAccessTicks Construct GlobalVariableAccess 0040000040000080000080000012000001200000160000016000002000000200000024000002400000280000028000003200000320000036000003600000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)134699089.78846153846155418.76421841618753CPython 3.83749956244.59615384615387266.5018033744873Nuitka (main)3749956399.4038461538462266.5018033744873Nuitka (develop)3899911554.2115384615385257.0Nuitka (factory)Construct GlobalVariableAccessTicks Construct GlobalVariableAccess 002000002000004000004000006000006000008000008000001000000100000012000001200000140000014000001600000160000018000001800000200000020000002200000220000024000002400000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)246325689.78846153846155257.0CPython 2.71749968244.59615384615387328.55749888015634Nuitka (main)1700000399.4038461538462333.57031993426585Nuitka (develop)1700000554.2115384615385333.57031993426585Nuitka (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.