Multithreaded Memory Allocators for C/C++

后端 未结 8 1877
挽巷
挽巷 2020-11-29 18:55

I currently have heavily multi-threaded server application, and I\'m shopping around for a good multi-threaded memory allocator.

So far I\'m torn between:

8条回答
  •  借酒劲吻你
    2020-11-29 19:11

    We used hoard on a project where I worked a few years ago. It seemed to work great. I have no experience iwth the other allocators. It should be pretty easy to try different ones and do load testing, no?

提交回复
热议问题