So? Temporary allocations take time and space, too, and as soon as the system starts swapping, both don't just add, but multiply. The correct question is: why does Julia allocate incredible amounts of memory even for the in-place sorting of an array, sometimes? When exactly does that happen, and how can we avoid it?
Am Sonntag, 6. Juli 2014 22:28:02 UTC+2 schrieb Kevin Squire: > > It's likely that much of the memory was for temporary allocations that > were reused. > > Cheers, > Kevin > >
