Sciweavers

2019 search results - page 9 / 404
» Programming with Shared Data Abstractions
Sort
View
108
Voted
IFIP12
2004
15 years 4 months ago
Diagnosing Java Programs with Static Abstractions of Data Structures
Rong Chen, Daniel Köb, Franz Wotawa
CCGRID
2006
IEEE
15 years 8 months ago
Adapting Distributed Shared Memory Applications in Diverse Environments
A problem with running distributed shared memory applications in heterogeneous environments is that making optimal use of available resources often requires significant changes t...
Daniel Potts, Ihor Kuz
TLCA
2009
Springer
15 years 9 months ago
Initial Algebra Semantics for Cyclic Sharing Structures
Terms are a concise representation of tree structures. Since they can be naturally defined by an inductive type, they offer data structures in functional programming and mechanis...
Makoto Hamana
124
Voted
COLCOM
2009
IEEE
15 years 7 months ago
DiSK: A distributed shared disk cache for HPC environments
Abstract—Data movement within high performance environments can be a large bottleneck to the overall performance of programs. With the addition of continuous storage and usage of...
Brandon Szeliga, Tung Nguyen, Weisong Shi
113
Voted
ECLIPSE
2005
ACM
15 years 4 months ago
An analysis and visualization for revealing object sharing
Sharing mutable data (via aliasing) is a powerful programming technique. To facilitate sharing, object-oriented programming languages permit the programmer to selectively break en...
Derek Rayside, Lucy Mendel, Robert Seater, Daniel ...