Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

nedmalloc

Compare

  Analyzed about 15 hours ago

An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patch itself into existing binaries on Windows.

14.5K lines of code

0 current contributors

almost 11 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Generic Memory Manager for C++

Compare

  Analyzed about 22 hours ago

Generic Memory Manager is the fastest generic cross-platform C++ memory management library. It is easy in use and easy extensible. It has clear design and implementation. Memory management algorithm bases on memory chunks mapping technology. Generic Memory Manager uses compile time information ... [More] (memory size, chunk size) and performes all possible computations at compile time to improve performance. [Less]

29.3K lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This