Signed-off-by: Johann Klähn <johann@xxxxxxxxxx> --- SMPdesign/SMPdesign.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMPdesign/SMPdesign.tex b/SMPdesign/SMPdesign.tex index 8f4655bc..5c2c1fe8 100644 --- a/SMPdesign/SMPdesign.tex +++ b/SMPdesign/SMPdesign.tex @@ -912,7 +912,7 @@ shows how our hash-table search might be adapted to do hierarchical locking, but also shows the great weakness of this approach: We have paid the overhead of acquiring a second lock, but we only hold it for a short time. -In this case, the simpler data-locking approach would be simpler +In this case, the data-locking approach would be simpler and likely perform better. \begin{listing} -- 2.34.1