4 Aug
2009
4 Aug
'09
5:57 p.m.
On 04-08-2009 19:53:12 +0200, Stefan de Konink wrote:
GooglePerformanceTools gives an alternative (threaded) implementation of malloc under a BSD License. Has it even been tested with MonetDB before?
http://code.google.com/p/google-perftools/wiki/GooglePerformanceTools
I mean, it looks very simple to use and test :) And implements the ideas I have heard before by doing memory management with big chunks of memory instead of small allocations.
from a previous life I recall that it was said to be boosting MySQL, but actually setting it up wasn't as trivial as it seemed