From 40bff24fc2e2da57f382e4f49a5ffb7c826bbcfb Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 13 May 2025 17:29:40 -0400 Subject: Updates --- chapters/sigmod23/exp-extensions.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapters/sigmod23/exp-extensions.tex') 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. -- cgit v1.2.3