<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Abstract: Online Scheduling for Sorting Buffers
</title>
<script language="JavaScript" type="text/JavaScript" src="../myscript.js"></script>
</head>
<body  style="font-family: Tahoma, Verdana, Arial, sans-serif;" bgcolor="#ffffff">
<script type="text/javascript">
checkBrowserWidth();
window.onresize = checkBrowserWidth;
</script>
<h3 style="color:#A94279">
Online Scheduling for Sorting Buffers
</h3>

<b>Harald R&#228;cke, Christian Sohler and Matthias Westermann</b>
<p>

We introduce the online scheduling problem for sorting buffers.
A service station and a sorting buffer are given.
An input sequence of items 
which are only characterized by a specific attribute 
has to be processed by the service station
which benefits from consecutive items with the same attribute value.
The sorting buffer 
which is a random access buffer with storage capacity for <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>k</mi></math> items
can be used to rearrange the input sequence.
The goal is to minimize the cost of the service station, 
i.e., the number of maximal subsequences in its sequence of items
containing only items with the same attribute value. 
This problem is motivated by many applications in computer science
and economics.
</p><p>
The strategies are evaluated in a competitive analysis
in which the cost of the online strategy is compared 
with the cost of an optimal offline strategy.
Our main result is a deterministic strategy
that achieves a competitive ratio of <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>O</mi><mo>(</mo><msup><mo lspace="0em" rspace="thinmathspace">log</mo> <mn>2</mn></msup><mi>k</mi><mo>)</mo></math>.
In addition, 
we show that several standard strategies are unsuitable for this problem,
i.e., we prove a lower bound of <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>&#x003A9;</mi><mo>(</mo><msqrt><mrow><mi>k</mi></mrow></msqrt><mo>)</mo></math> on the competitive ratio
of the First In First Out (FIFO) and Least Recently Used (LRU) strategy and 
of <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>&#x003A9;</mi><mo>(</mo><mi>k</mi><mo>)</mo></math> on the competitive ratio 
of the Largest Color First (LCF) strategy.
</p></body></html>

