8000
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 c8a1af2 commit c65f4e0Copy full SHA for c65f4e0
ja/overviews/parallel-collections/ctries.md
@@ -110,7 +110,7 @@ language: ja
110
}
111
println()
112
113
-並行トライはまた、逐次化可能 (linearlizable) 、ロックフリー (lock-free)、かつ計算量が定数時間の `snapshot` 演算をサポートする。
+並行トライはまた、逐次化可能 (linearizable) 、ロックフリー (lock-free)、かつ計算量が定数時間の `snapshot` 演算をサポートする。
114
この演算は、ある特定の時点における全ての要素を含んだ新たな並列トライを作成する。
115
これは、実質的にはそのトライのその時点での状態を捕捉したことと変わらない。
116
`snapshot` 演算は、並列トライの新しいルートを作成するだけだ。
0 commit comments