Skip to content

Remove break-substitution fast path

Dan Eble requested to merge dev/eble/6176-break-subst into master

Back in the day, fast_substitute_grob_array() could save 30s on a 40- page score. These days, the benefit is much less (see the ticket) and the cost of maintaining code which is not well exercised in regression tests is high.

Closes #6176 (closed).

Edited by Dan Eble

Merge request reports