diff --git a/api/DotNext.IO.BlittableTransferObject-1.html b/api/DotNext.IO.BlittableTransferObject-1.html index f5b8e6cea..be9476101 100644 --- a/api/DotNext.IO.BlittableTransferObject-1.html +++ b/api/DotNext.IO.BlittableTransferObject-1.html @@ -186,7 +186,7 @@
Encodes a block of memory, optionally prefixed with the length encoded as a sequence of bytes -according with the specified format.
+according to the specified format.If currentIndex
is modified in a way when it out of bounds
then snapshot process will be terminated immediately. Moreover,
-compaction algorithm is optimized for monothonic growth of this index.
+compaction algorithm is optimized for monotonic growth of this index.
Stepping back or random access may slow down the process.
string | -The part of | The part of |
Synchronized methods can be declared in classes only. If you don't need to have extra heap allocation -to keep synchronization root in the form of the object or you need to have volatile field +to keep synchronization root in the form of the object, or you need to have volatile field inside of value type then Atomic<T> is the best choice. Its performance is better -than synchronized methods according with benchmarks.
+than synchronized methods according to benchmarks.