Closed thinxer closed 5 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
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: