Skip to content

log2vis: avoid a number of temporary allocations

Christian Hergert requested to merge wip/chergert/bidi-temp-allocs into master

I was noticing that the fribidi was the top offender of temporary allocations in a number of programs. This doesn't fix that, but I came across this while looking into it. In most cases we can avoid allocating any temporary allocations based on the utf8 n_chars.

Merge request reports