Does your C++ based application slow down, latency drop or stop working when dealing against a lot of data? Using Hoard might help you get rid of those problem.
What is Hoard?
Hoard library, the great memory allocator for C++ based program which is executed on multi-processor machine.
"Hoard is a drop-in replacement for malloc() that can dramatically improve application performance, especially for multithreaded programs running on multiprocessors"
- Hoard Site
How do i adapt Hoard to my program?
You do not need to touch any source code / build procedure to adopt Hoard to your C++ application. Just simply add Hoard lib to your execution environment, that's all! Just read here
Download Hoard here
Enjoy!
0 comments:
Post a Comment