Sciweavers

2300 search results - page 163 / 460
» Maximally Concurrent Programs
Sort
View
116
Voted
ESEC
1995
Springer
15 years 6 months ago
An Exploratory Study of Program Metrics as Predictors of Reachability Analysis Performance
This paper presents the results of an exploratory experiment investigating the use of program metrics to predict reachability graph size, reachability graph generation time, and d...
A. T. Chamillard
102
Voted
HIS
2007
15 years 4 months ago
Organization-Oriented Chemical Programming
Chemical information processing posseses a variety of valuable properties, such as, robustness, concurrency, faulttolerance, and evolvability. However, it is difficult to predict...
Peter Dittrich, Naoki Matsumaru
112
Voted
SIGSOFT
2010
ACM
15 years 14 days ago
The last mile: parallel programming and usability
Multiprocessors are now commonplace, and cloud computing is swiftly following suit. While it is possible to write high performance code for these systems, concurrency bugs are ext...
Caitlin Sadowski, Andrew Shewmaker
WFLP
2009
Springer
297views Algorithms» more  WFLP 2009»
15 years 9 months ago
Programming with Multiple Paradigms in Lua
Abstract. Lua is a scripting language used in many industrial applications, with an emphasis on embedded systems and games. Two key points in the design of the language that led to...
Roberto Ierusalimschy
ISORC
2003
IEEE
15 years 7 months ago
Basic Program Structures for Avoiding Priority Inversions
: Structuring real-time concurrent programs in the form of groups of fixed-priority processes is an old art which is appropriate for only a small fraction of modern real-time distr...
K. H. Kim