Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-07 | removed 'dep' folder, no more needed | Rat | |
--HG-- branch : trunk | |||
2010-04-20 | Thanks to Windows file name handling being insane | raczman | |
i need to move file around. (Protip MS: noone uses PRN anymore) http://imgur.com/gDgGGh.jpg --HG-- branch : trunk rename : dep/include/jemalloc/internal/prn.h => dep/include/jemalloc/internal/totally_not_p_r_n.h | |||
2010-04-20 | Use jemalloc as memory allocator on linux. | raczman | |
In comparison to standard glibc allocator, jemalloc fargments adress space less, and scales linearly in multithreaded environment. Author: Jason Evans, mad props to him. --HG-- branch : trunk |