Home
last modified time | relevance | path

Searched hist:dbd52c81e07da4440f3afc2e248c5b036f6bbec7 (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/parser/
H A Dparser_table.test.phpdbd52c81e07da4440f3afc2e248c5b036f6bbec7 Thu Jun 02 18:32:50 UTC 2016 Andreas Gohr <andi@splitbrain.org> minor optimization how cell counts are fixed in tables

array splice operations are expensive. when many cells in a table row
are missing, the operation should be executed only once instead for each
missing cell.

/dokuwiki/inc/parser/
H A Dhandler.phpdbd52c81e07da4440f3afc2e248c5b036f6bbec7 Thu Jun 02 18:32:50 UTC 2016 Andreas Gohr <andi@splitbrain.org> minor optimization how cell counts are fixed in tables

array splice operations are expensive. when many cells in a table row
are missing, the operation should be executed only once instead for each
missing cell.