summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-11-16 21:41:14 -0800
committerAnna Henningsen <anna@addaleax.net>2017-11-18 22:25:05 +0100
commitce6c7f5b01a9faf5b4c6561944e89ba8d42b68de (patch)
tree211da414d597cd5be474d7256e75f4685da2cd36 /doc/api/buffer.md
parent8f8999c1c0de92b3720bead0c09b06d6cdc44ac7 (diff)
downloadandroid-node-v8-ce6c7f5b01a9faf5b4c6561944e89ba8d42b68de.tar.gz
android-node-v8-ce6c7f5b01a9faf5b4c6561944e89ba8d42b68de.tar.bz2
android-node-v8-ce6c7f5b01a9faf5b4c6561944e89ba8d42b68de.zip
doc: change v8 to V8
Google's V8 engine is styled "V8" and not "v8". Most Node.js docs style it correctly. This change fixes a few instances that are not styled correctly. PR-URL: https://github.com/nodejs/node/pull/17089 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/buffer.md')
-rw-r--r--doc/api/buffer.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 0dc86f1c00..4cf01da876 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -2606,8 +2606,7 @@ Returns an un-pooled `Buffer`.
In order to avoid the garbage collection overhead of creating many individually
allocated `Buffer` instances, by default allocations under 4KB are sliced from a
-single larger allocated object. This approach improves both performance and memory
-usage since v8 does not need to track and cleanup as many `Persistent` objects.
+single larger allocated object.
In the case where a developer may need to retain a small chunk of memory from a
pool for an indeterminate amount of time, it may be appropriate to create an