summaryrefslogtreecommitdiffstats
path: root/chapters/sigmod23/exp-extensions.tex
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-05-13 17:29:40 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-05-13 17:29:40 -0400
commit40bff24fc2e2da57f382e4f49a5ffb7c826bbcfb (patch)
treec00441b058255de08a32d227ce7af46bf11d8eb8 /chapters/sigmod23/exp-extensions.tex
parent5ffc53e69e956054fdefd1fe193e00eee705dcab (diff)
downloaddissertation-40bff24fc2e2da57f382e4f49a5ffb7c826bbcfb.tar.gz
Updates
Diffstat (limited to 'chapters/sigmod23/exp-extensions.tex')
-rw-r--r--chapters/sigmod23/exp-extensions.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/sigmod23/exp-extensions.tex b/chapters/sigmod23/exp-extensions.tex
index 62f15f4..3d3f5b7 100644
--- a/chapters/sigmod23/exp-extensions.tex
+++ b/chapters/sigmod23/exp-extensions.tex
@@ -49,9 +49,9 @@ as additional insertion threads are added. Both plots show linear scaling
up to 3 or 4 threads, before the throughput levels off. Further, even
with as many as 32 threads, the system is able to maintain a stable
insertion throughput. Note that this implementation of concurrency
-is incredibly rudamentary, and doesn't take advantage of concurrent
+is incredibly rudimentary, and doesn't take advantage of concurrent
merging opportunities, among other things. An implementation with
support for this will be discussed in Chapter~\ref{chap:tail-latency},
-and shown to perform significantly better. Even with this rudamentary
+and shown to perform significantly better. Even with this rudimentary
implementation of concurrency, however, \texttt{DE-IRS} is able to
outperform \texttt{AB-tree} under all conditions tested.