Sciweavers

146 search results - page 1 / 30
» Two memory allocators that use hints to improve locality
Sort
View
IWMM
2009
Springer
67views Hardware» more  IWMM 2009»
13 years 10 months ago
Two memory allocators that use hints to improve locality
Alin Jula, Lawrence Rauchwerger
ACMMSP
2005
ACM
129views Hardware» more  ACMMSP 2005»
13 years 9 months ago
A locality-improving dynamic memory allocator
In general-purpose applications, most data is dynamically allocated. The memory manager therefore plays a crucial role in application performance by determining the spatial locali...
Yi Feng, Emery D. Berger
ICCS
2004
Springer
13 years 9 months ago
Improving Geographical Locality of Data for Shared Memory Implementations of PDE Solvers
On cc-NUMA multi-processors, the non-uniformity of main memory latencies motivates the need for co-location of threads and data. We call this special form of data locality, geogra...
Henrik Löf, Markus Nordén, Sverker Hol...
CAISE
2005
Springer
13 years 9 months ago
Dynamic Load Balancing of Virtualized Database Services Using Hints and Load Forecasting
Abstract. Future database application systems will be designed as Service Oriented Architectures (SOAs), in contrast to today’s monolithic architectures. The decomposition in man...
Daniel Gmach, Stefan Krompass, Stefan Seltzsam, Ma...
CGO
2010
IEEE
13 years 1 months ago
On improving heap memory layout by dynamic pool allocation
Dynamic memory allocation is widely used in modern programs. General-purpose heap allocators often focus more on reducing their run-time overhead and memory space utilization, but...
Zhenjiang Wang, Chenggang Wu, Pen-Chung Yew