THUKEG / saedb

the SAE platform
http://thukeg.github.com/saedb/
11 stars 19 forks source link

Use `jemalloc' as the default memory allocator. #73

Closed thinxer closed 5 years ago

thinxer commented 11 years ago

In my brief testing, it's at least 2x faster than the default malloc of glibc.

Until we are statically linked to jemalloc, you can try:

LD_PRELOAD="/usr/lib/libjemalloc.so.1" your_program