We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6091e3 commit 98fc3dfCopy full SHA for 98fc3df
README.md
@@ -5,7 +5,7 @@
5
Left-right is a concurrency primitive for high concurrency reads over a
6
single-writer data structure. The primitive keeps two copies of the
7
backing data structure, one that is accessed by readers, and one that is
8
-access by the (single) writer. This enables all reads to proceed in
+accessed by the (single) writer. This enables all reads to proceed in
9
parallel with minimal coordination, and shifts the coordination overhead
10
to the writer. In the absence of writes, reads scale linearly with the
11
number of cores.
0 commit comments