simplecpp icon indicating copy to clipboard operation
simplecpp copied to clipboard

use custom allocator/memory pool for `Token` allocations

Open firewave opened this issue 3 years ago • 1 comments

The new/delete calls for the Token allocations make up more than 30% of the Ir count when profiling with callgrind.

It might make sense to implement a custom allocator or memory pool to reduce that.

firewave avatar Nov 22 '22 12:11 firewave