Construct OperationListIntegerIndexLookup

Performance Diagrams

Construct OperationListIntegerIndexLookup 0010000001000000200000020000003000000300000040000004000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)438486089.78846153846155282.98336303034057CPython 3.124900088244.59615384615387257.0Nuitka (main)4800114399.4038461538462262.04176934404825Nuitka (develop)4811196554.2115384615385261.48289515805243Nuitka (factory)Construct OperationListIntegerIndexLookupTicks Construct OperationListIntegerIndexLookup 0010000001000000200000020000003000000300000040000004000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)408536089.78846153846155263.9589268676867CPython 3.114200308244.59615384615387257.20174891881993Nuitka (main)4200596399.4038461538462257.18481893961825Nuitka (develop)4203740554.2115384615385257.0Nuitka (factory)Construct OperationListIntegerIndexLookupTicks Construct OperationListIntegerIndexLookup 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)978089889.78846153846155257.0CPython 3.103999843244.59615384615387403.0589436478831Nuitka (main)4000314399.4038461538462403.0470437848896Nuitka (develop)4000084554.2115384615385403.0528547583259Nuitka (factory)Construct OperationListIntegerIndexLookupTicks Construct OperationListIntegerIndexLookup 00100000010000002000000200000030000003000000400000040000005000000500000060000006000000700000070000008000000800000090000009000000CPython 3.8Nuitka (main)Nuitka (develop)Nuitka (factory)958204689.78846153846155257.0CPython 3.84050568244.59615384615387399.6535954285273Nuitka (main)4049299399.4038461538462399.6863221993106Nuitka (develop)4049136554.2115384615385399.69052587436Nuitka (factory)Construct OperationListIntegerIndexLookupTicks Construct OperationListIntegerIndexLookup 0010000001000000200000020000003000000300000040000004000000500000050000006000000600000070000007000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)708731289.78846153846155257.0CPython 2.74149227244.59615384615387359.44307077319195Nuitka (main)4149137399.4038461538462359.4462088295686Nuitka (develop)4150180554.2115384615385359.4098422428918Nuitka (factory)Construct OperationListIntegerIndexLookupTicks

Source Code with Construct

    # construct_end

    return s, t, local_value


for x in itertools.repeat(None, 50000):
    calledRepeatedly()

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 s, t, local_value


for x in itertools.repeat(None, 50000):
    calledRepeatedly()

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.