.. _performances-ellipsismerge: .. _ellipsis-merge: Ellipsis Merge ++++++++++++++ Ellipsis are slower than `array_merge() `_. The speed up is significative when the merge happen inside a loop. There, `array_merge() `_ is an order of magnitude faster. This is a micro optimisation. The larger and numerous the arrays, the better the speed gain. .. code-block:: php Suggestions ___________ * Use array_merge() Specs _____ +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Short name | Performances/EllipsisMerge | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Changed Behavior `, :ref:`Performances ` | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 2.5.2 | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Severity | Minor | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Quick (30 mins) | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Features | merge, ellipsis, micro-optimisation | +--------------+--------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+--------------------------------------------------------------------------------------------------------------------------+