summaryrefslogtreecommitdiffstats
path: root/chapters/sigmod23/experiment.tex
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/sigmod23/experiment.tex')
-rw-r--r--chapters/sigmod23/experiment.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapters/sigmod23/experiment.tex b/chapters/sigmod23/experiment.tex
index 4dbb4c2..727284a 100644
--- a/chapters/sigmod23/experiment.tex
+++ b/chapters/sigmod23/experiment.tex
@@ -28,7 +28,7 @@ added to records when testing dynamic baselines. Additionally, weighted
testing attached a 64-bit integer weight to each record. This weight was
not included in the record for non-weighted testing. The weights and
keys were both used directly from the datasets, and values were added
-seperately and unique to each record.
+separately and unique to each record.
We used the following datasets for testing,
\begin{itemize}
@@ -75,13 +75,13 @@ method on an AGG-BTree.
\item \textbf{DE-WIRS.} An implementation of the dynamized alias-augmented
B+Tree~\cite{afshani17} as discussed in Section~\ref{ssec:wirs-struct} for
-weighted indepedent range sampling. We compare this against a WIRS
+weighted independent range sampling. We compare this against a WIRS
implementation of Olken's method on an AGG-BTree.
\end{itemize}
All of the tested structures, with the exception of the external memory
-DE-IRS implementation and AB-Tree, were wholely contained within system
+DE-IRS implementation and AB-Tree, were wholly contained within system
memory. AB-Tree is a native external structure, so for the in-memory
concurrency evaluation we configured it with enough cache to maintain
the entire structure in memory to simulate an in-memory implementation.\footnote{