framework icon indicating copy to clipboard operation
framework copied to clipboard

Add pool of memory for generic algorithms

Open grospelliergilles opened this issue 1 year ago • 0 comments

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

grospelliergilles avatar Apr 06 '24 07:04 grospelliergilles