8000 Symfony\Component\Console\Helper\Table->addRow() is slow · Issue #13322 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Symfony\Component\Console\Helper\Table->addRow() is slow #13322

@pierrre

Description

@pierrre

This function is slow if you have many rows.
You can replace

$keys = array_keys($this->rows);
$rowKey = array_pop($keys);

by

$rowKey = count($this->rows) - 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0