Update docs/buffers.md

Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com>
This commit is contained in:
SPC-code
2024-04-15 17:42:52 +03:00
committed by GitHub
parent c696a22f62
commit f335d63659

View File

@@ -17,4 +17,4 @@ own `MemoryBuffer.create()` factory).
## Buffer performance
One should avoid using default boxing buffer wherever it is possible. Try to use primitive buffers or memory buffers
instead .
instead.