Construct InplaceOperationStringAdd

Performance Diagrams

Construct InplaceOperationStringAdd 004000000400000080000008000000120000001200000016000000160000002000000020000000240000002400000028000000280000003200000032000000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)2974941788.95192307692307296.19910840903646CPython 3.1227763803242.31730769230768310.0764045208625Nuitka (main)35357726395.6826923076923257.0030891023539Nuitka (develop)35358168549.0480769230769257.0Nuitka (factory)Construct InplaceOperationStringAddTicks Construct InplaceOperationStringAdd 001000000010000000200000002000000030000000300000004000000040000000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)3476504288.95192307692307296.05158073616485CPython 3.1135870053242.31730769230768289.43824795237646Nuitka (main)41289908395.6826923076923257.0011909865368Nuitka (develop)41290107549.0480769230769257.0Nuitka (factory)Construct InplaceOperationStringAddTicks Construct InplaceOperationStringAdd 001000000010000000200000002000000030000000300000004000000040000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)4554780388.95192307692307257.0CPython 3.1027889992242.31730769230768352.80081736831016Nuitka (main)27890097395.6826923076923352.80024770053967Nuitka (develop)27890720549.0480769230769352.79686767176827Nuitka (factory)Construct InplaceOperationStringAddTicks Construct InplaceOperationStringAdd 001000000010000000200000002000000030000000300000004000000040000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)4057777088.95192307692307297.49072867653064CPython 2.748529500242.31730769230768257.0Nuitka (main)48529500395.6826923076923257.0Nuitka (develop)48529500549.0480769230769257.0Nuitka (factory)Construct InplaceOperationStringAddTicks

Source Code with Construct

    s += additiv

    # construct_begin
    s += additiv
    s += additiv
    s += additiv
    s += additiv
    s += additiv
    # construct_end

    # Prevent optimization into direct return.
    s += additiv

    return s


for x in itertools.repeat(None, 10000):
    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

    s += additiv

    # construct_begin







    # Prevent optimization into direct return.
    s += additiv

    return s


for x in itertools.repeat(None, 10000):
    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.