summaryrefslogtreecommitdiffstats
path: root/supplementary/nomenclature.tex
diff options
context:
space:
mode:
Diffstat (limited to 'supplementary/nomenclature.tex')
-rw-r--r--supplementary/nomenclature.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/supplementary/nomenclature.tex b/supplementary/nomenclature.tex
index 01e0d48..15565a9 100644
--- a/supplementary/nomenclature.tex
+++ b/supplementary/nomenclature.tex
@@ -5,10 +5,11 @@
$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
+ $B_M(n, k)$ & Data structure construction cost from merging $k$ 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
+ $\mathscr{Q}_S(n)$ & Worst-case query cost over a single block/shard \\ \hline
+ $\mathscr{Q}_B(n)$ & Best-case query cost over entire structure \\ \hline
$I_A(n)$ & Amortized insertion cost \\ \hline
$I(n)$ & Worst-case insertion cost \\ \hline
$I_B(n)$ & Best-case insertion cost \\ \hline