Sciweavers

580 search results - page 55 / 116
» Performance evaluation of petri nets execution algorithms
Sort
View
GRID
2006
Springer
13 years 9 months ago
Resource Allocation in Streaming Environments
This paper considers resource allocation algorithms for processing streams of events on computational grids. For example, financial trading applications are executed on large comp...
Lu Tian, K. Mani Chandy
FUZZY
1997
Springer
260views Fuzzy Logic» more  FUZZY 1997»
14 years 1 months ago
Forecasting Sales Using Neural Networks
Abstract. In this paper, neural networks trained with the back-propagation algorithm are applied to predict the future values of time series that consist of the weekly demand on it...
Frank M. Thiesing, Oliver Vornberger
DASFAA
2010
IEEE
141views Database» more  DASFAA 2010»
14 years 3 months ago
Optimizing Write Performance for Read Optimized Databases
Compression in column-oriented databases has been proven to offer both performance enhancements and reductions in storage consumption. This is especially true for read access as c...
Jens Krüger, Martin Grund, Christian Tinnefel...
CC
2009
Springer
153views System Software» more  CC 2009»
14 years 9 months ago
Register Spilling and Live-Range Splitting for SSA-Form Programs
Register allocation decides which parts of a variable's live range are held in registers and which in memory. The compiler inserts spill code to move the values of variables b...
Matthias Braun, Sebastian Hack
PLDI
1999
ACM
14 years 1 months ago
Load-Reuse Analysis: Design and Evaluation
Load-reuse analysis finds instructions that repeatedly access the same memory location. This location can be promoted to a register, eliminating redundant loads by reusing the re...
Rastislav Bodík, Rajiv Gupta, Mary Lou Soff...