Skip to content

remove millions of allocations

Christoph Cullmann requested to merge work/lessallocs into master

use one string to convert into

running konsole and doing multiple

dmesg -T

outputs this moves from

calls to allocation functions: 1.875.517 (148.838/s) temporary allocations: 1.089.598 (58,1%, 86.469/s)

to

calls to allocation functions: 967.566 (102.096/s) temporary allocations: 216.914 (22,42%, 22.888/s)

even for small runs

Merge request reports