framework
framework copied to clipboard
Add pool of memory for generic algorithms
Generic algorithms like GenericReducer ou GenericFilterer allocates memory during kernel execution and to keep some values. At the moment these allocations are done only one time for each instance.
We can keep a pool of these allocation in the associated RunQueue to prevent re-allocation when using new instances of these algorithms