Skip to content

optimized RawBankToSTClusterAlg

Sebastien Ponce requested to merge RawBankToSTClusterOpt into future

Removed a lot of memory allocations/deallocations by avoiding copying This was the main limitation to multithreading efficiency in this algorithm with up to 90% of the time spend in the lock inside malloc.

Merge request reports