Replaced standard allocator with nedmalloc.
Nedmalloc allows us to use memory pools which we can free afterwards. Each thread (which could evaluate a query) now has its own memory pool.
Loading
Please sign in to comment
Nedmalloc allows us to use memory pools which we can free afterwards. Each thread (which could evaluate a query) now has its own memory pool.