-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
executable file
·126 lines (83 loc) · 3.57 KB
/
paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
\documentclass{sig-alternate-10pt}
%\usepackage{subfig}
\usepackage{subfigure}
\usepackage{multirow}
\newcommand{\subparagraph}{}
\usepackage[usenames,dvipsnames]{color}
\usepackage[compact]{titlesec}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{times}
\usepackage{xspace}
\usepackage{epsfig}
\usepackage{amsmath}
\usepackage[hyphens]{url}
\usepackage{amsfonts}
\usepackage{listings}
\usepackage{fancyvrb}
\VerbatimFootnotes
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\newcommand{\tightcaption}[1]{\vspace{-0.2cm}\caption{\em #1}\vspace{-0.2cm}}
\newcommand{\tightsection}[1]{\vspace{-0.01in}\section{#1}\vspace{-0.01in}}
\newcommand{\tightsubsection}[1]{\vspace{-0.01in}\subsection{#1}\vspace{-0.01in}}
\newcommand{\tightsubsubsection}[1]{\vspace{-0.01in}\subsubsection{#1}\vspace{-0.01in}}
\newcommand{\eg}{{\it e.g.,}\xspace}
\newcommand{\ie}{{\it i.e.,}\xspace}
\newcommand{\comment}[1]{}
\newcounter{note}[section]
\renewcommand{\thenote}{\thesection.\arabic{note}}
\newcommand{\Section}{\S}
\usepackage{pifont}
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\newcommand{\fillme}{{\bf XXX}~}
\input{macros}
\newcommand{\mypara}[1]{\medskip\noindent{\bf {#1}:}~}
\newcommand{\myparasum}[1]{\medskip\noindent\underline{\bf{#1}:}~}
\newcommand{\myparatight}[1]{\smallskip\noindent{\bf {#1}:}~}
\newcommand{\myparaq}[1]{\smallskip\noindent{\bf {#1}?}~}
\newcommand{\myparaittight}[1]{\smallskip\noindent{\emph {#1}:}~}
\newcommand{\question}[1]{\smallskip\noindent{\emph{Q:~#1}}\smallskip}
\newcommand{\myparaqtight}[1]{\smallskip\noindent{\bf {#1}}~}
\newcommand{\vyas}[1]{{\footnotesize\color{red}[VS: #1]}}
\newcommand{\jc}[1]{{\footnotesize\color{red}[JC: #1]}}
\newcommand{\henry}[1]{{\footnotesize\color{red}[HM: #1]}}
\newcommand{\ion}[1]{{\footnotesize\color{red}[IS: #1]}}
\newcommand{\xil}[1]{{\footnotesize\color{red}[XIL: #1]}}
%\newcommand{\seyed}[1]{{\footnotesize\color{blue}[SF: #1]}}
%\newcommand{\alig}[1]{{\footnotesize\color{BrickRed}[AG: #1]}}
%\renewcommand{\vyas}[1]{}
%\renewcommand{\seyed}[1]{}
%\renewcommand{\alig}[1]{}
\newcounter{packednmbr}
\newenvironment{packedenumerate}{\begin{list}{\thepackednmbr.}{\usecounter{packednmbr}\setlength{\itemsep}{0.5pt}\addtolength{\labelwidth}{-4pt}\setlength{\leftmargin}{\labelwidth}\setlength{\listparindent}{\parindent}\setlength{\parsep}{1pt}\setlength{\topsep}{0pt}}}{\end{list}}
\newenvironment{packeditemize}{\begin{list}{$\bullet$}{\setlength{\itemsep}{0.5pt}\addtolength{\labelwidth}{-4pt}\setlength{\leftmargin}{\labelwidth}\setlength{\listparindent}{\parindent}\setlength{\parsep}{1pt}\setlength{\topsep}{0pt}}}{\end{list}}
\newenvironment{packedtrivlist}{\begin{list}{\setlength{\itemsep}{0.2pt}\addtolength{\labelwidth}{-4pt}\setlength{\leftmargin}{\labelwidth}\setlength{\listparindent}{\parindent}\setlength{\parsep}{1pt}\setlength{\topsep}{0pt}}}{\end{list}}
\DeclareMathOperator{\E}{\mathbb{E}}
\DeclareMathOperator{\Var}{\text{Var}}
\begin{document}
\title{Performance Optimization with Global Shared State\\
\normalsize{Paper \#324, 14pgs}\vspace{-0.5cm}}
%\title{Sharing Client States for Predictive Decisions\\
% \normalsize{Paper \# ID, 12pgs}\vspace{-0.5cm}}
%\author{}
\maketitle
\input{abstract}
\input{intro}
\input{background}
\input{challenge}
\input{prediction}
\input{improvement}
\input{evaluation-hui}
\input{related}
\input{discussion}
\input{concl}
{\scriptsize
\bibliographystyle{abbrv}
\bibliography{adaptation,sigcomm2011,sigcomm2012,sigcomm2013,conext13,nsdi13,sigcomm2014}
}
%\appendix
%\appendix
%\input{appendix-evaluationmethodology}
\end{document}