Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

scalloc - A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator

  • Share this:
scalloc provides general-purpose memory allocation involving many threads on many cores can be done with high performance, multicore scalability, and low memory consumption. The main ideas behind the design of scalloc are: uniform treatment of small and big objects through so-called virtual spans, efficiently and effectively reclaiming free memory through fast and scalable global data structures.
http://scalloc.cs.uni-salzburg.at/
https://github.com/cksystemsgroup/scalloc
License:
Tech: