Sciweavers

1040 search results - page 2 / 208
» A Comparative Performance Evaluation of Write Barrier Implem...
Sort
View
135
Voted
IWMM
2004
Springer
101views Hardware» more  IWMM 2004»
15 years 9 months ago
Exploring the barrier to entry: incremental generational garbage collection for Haskell
We document the design and implementation of a “production” incremental garbage collector for GHC 6.2. It builds on our earlier work (Non-stop Haskell) that exploited GHC’s ...
Andrew M. Cheadle, A. J. Field, Simon Marlow, Simo...
143
Voted
HIPEAC
2010
Springer
16 years 22 days ago
Low-Overhead, High-Speed Multi-core Barrier Synchronization
Whereas efficient barrier implementations were once a concern only in high-performance computing, recent trends in core integration make the topic relevant even for general-purpos...
John Sartori, Rakesh Kumar
141
Voted
CASES
2008
ACM
15 years 5 months ago
Efficiency and scalability of barrier synchronization on NoC based many-core architectures
Interconnects based on Networks-on-Chip are an appealing solution to address future microprocessor designs where, very likely, hundreds of cores will be connected on a single chip...
Oreste Villa, Gianluca Palermo, Cristina Silvano
130
Voted
ICCS
2009
Springer
15 years 8 months ago
Performance Evaluation of Collective Write Algorithms in MPI I/O
MPI is the de-facto standard for message passing in parallel scientific applications. MPI-IO is a part of the MPI-2 specification defining file I/O operations in the MPI world....
Mohamad Chaarawi, Suneet Chandok, Edgar Gabriel
SOSP
2007
ACM
16 years 16 days ago
Tolerating byzantine faults in transaction processing systems using commit barrier scheduling
This paper describes the design, implementation, and evaluation of a replication scheme to handle Byzantine faults in transaction processing database systems. The scheme compares ...
Ben Vandiver, Hari Balakrishnan, Barbara Liskov, S...