========================
objspace.std.withstrjoin
========================

* **name:** withstrjoin

* **description:** use strings optimized for addition

* **command-line:** --objspace-std-withstrjoin

* **command-line for negation:** --no-objspace-std-withstrjoin

* **option type:** boolean option

* **default:** False




Enable "string join" objects.

See the page about `Standard Interpreter Optimizations`_ for more details.

.. _`Standard Interpreter Optimizations`: ../interpreter-optimizations.html#string-join-objects


