optimized RawBankToSTClusterAlg
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.
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.