Sciweavers

1370 search results - page 54 / 274
» Synchronization Transformations for Parallel Computing
Sort
View
DAC
2009
ACM
14 years 19 days ago
Reduction techniques for synchronous dataflow graphs
The Synchronous Dataflow (SDF) model of computation is popular for modelling the timing behaviour of real-time embedded hardware and software systems and applications. It is an es...
Marc Geilen
PC
1998
153views Management» more  PC 1998»
13 years 8 months ago
Compilation Techniques for Out-of-Core Parallel Computations
The difficulty of handling out-of-core data limits the performance of supercomputers as well as the potential of the parallel machines. Since writing an efficient out-of-core ve...
Mahmut T. Kandemir, Alok N. Choudhary, J. Ramanuja...
EUROPAR
2003
Springer
14 years 2 months ago
Parallelization with Tree Skeletons
Abstract. Trees are useful data structures, but to design efficient parallel programs over trees is known to be more difficult than to do over lists. Although several important tre...
Kiminori Matsuzaki, Zhenjiang Hu, Masato Takeichi
ICPPW
2006
IEEE
14 years 2 months ago
A Scalable Synchronization Technique for Distributed Virtual Environments Based on Networked-Server Architectures
In recent years, large scale distributed virtual environments have become a major trend in distributed applications, mainly due to the enormous popularity of multiplayer online ga...
Pedro Morillo, Juan M. Orduña, José ...
PPOPP
2006
ACM
14 years 2 months ago
Scalable synchronous queues
We present two new nonblocking and contention-free implementations of synchronous queues, concurrent transfer channels in which producers wait for consumers just as consumers wait...
William N. Scherer III, Doug Lea, Michael L. Scott