summaryrefslogtreecommitdiffstats
path: root/supplementary/nomenclature.tex
blob: 01e0d48af67178f438bb0544d6cd2365e36baa18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\begin{center}
\begin{tabular}{|l l|}
	\hline
	\textbf{Symbol} & \textbf{Description} \\ \hline
	$N_B$ & Capacity of the mutable buffer \\ \hline
	$s$   & Scale factor \\ \hline
	$B(n)$ & Data structure construction cost from unsorted records \\ \hline
	$B_M(n)$ & Data structure construction cost from merging existing instances\\ \hline
	$L(n)$ & Point-lookup cost \\ \hline
	$\mathscr{Q}(n)$ & Worst-case query cost over entire structure  \\ \hline
	$\mathscr{Q}_S(n)$ & Worst-csae query cost over a single block/shard \\ \hline
	$I_A(n)$ & Amortized insertion cost \\ \hline
	$I(n)$ & Worst-case insertion cost \\ \hline
	$I_B(n)$ & Best-case insertion cost \\ \hline
	$\mathcal{D}$ & Record domain \\ \hline
	$\mathcal{I}$ & Data structure type \\ \hline
	$\mathscr{I}$ & Data structure instance \\ \hline
\end{tabular}
\end{center}