I have been reading about the Node 8.0 Buffer
changes, and came across the questions:
- What is the advantage of
Buffer
s in terms of performance? - Why not use
TypedArray
, now that it is natively supported?
P.S. I know that this question is very broad scoped, but it's something which will help me decide whether or not to use Buffer
s in my application
via Aditya Singh
No comments:
Post a Comment