mallocMC icon indicating copy to clipboard operation
mallocMC copied to clipboard

add dynaSOAr

Open psychocoderHPC opened this issue 6 years ago • 1 comments

The allocator dynaSOAr can maybe give better peformance than the curent implemented scatter allocation policy.

https://arxiv.org/pdf/1810.11765

It is not possible to allocate arbitrary chunk sizes.

The paper also compares different allocators which can be usefull to find other allocators too.

psychocoderHPC avatar Feb 06 '20 22:02 psychocoderHPC

It looks like the heap size is a compile time parameter and can not be choosen at runtime :-(

psychocoderHPC avatar Feb 06 '20 22:02 psychocoderHPC