From: SeongJae Park <sj38.park@xxxxxxxxx> A sentence in rcurelated.tex has a closing parentheses whilt it has no counter opening parentheses. Probably a typo, so remove it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/rcurelated.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/rcurelated.tex b/defer/rcurelated.tex index 1ca25d9e..190c8456 100644 --- a/defer/rcurelated.tex +++ b/defer/rcurelated.tex @@ -111,7 +111,7 @@ Unfortunately, this implementation achieves linearizability by incurring the full latency of grace-period waits while holding locks, which degrades scalability of update-only workloads. One way around this problem is to abandon -linearizability~\cite{AndreasHaas2012FIFOisnt,PaulEMcKennneyAtomicTreeN4037}), +linearizability~\cite{AndreasHaas2012FIFOisnt,PaulEMcKennneyAtomicTreeN4037}, however, Arbel and Attiya instead created an RCU variant that reduces low-end grace-period latency. Of course, nothing comes for free, and this RCU variant appears to hit -- 2.17.1