YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

Use of jemalloc for malloc #285

Open ksbhaskar opened 6 years ago

ksbhaskar commented 6 years ago

Final Release Note

Description

jemalloc is a memory allocator (man page) originally developed for FreeBSD to avoid fragmentation, and more recently adopted, extended, and used by Facebook. This issue is a placeholder to see whether YottaDB can benefit from it. As it is an upward compatible replacement for malloc(), a preliminary assessment should be straightforward.

Draft Release Note

No user visible changes.