Skip to content

Commit 239a2f2

Browse files
Update buffers_vs_arrays.md
1 parent 2dbfafd commit 239a2f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/buffers_vs_arrays.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
## Buffers and Arrays
12
The difference between buffers and arrays depends on when they are being used. For instance, if you want to manage memory efficiently
23
and none of the bytes are being loose (often for dynamic arrays), use a buffer; otherwise use an array.

0 commit comments

Comments
 (0)