What is the primary advantage of using Node.js Streams over reading an entire file into memory?
-
A
Streams are always faster than buffer-based reads
-
B
Streams process data in chunks, reducing memory footprint for large files
-
C
Streams automatically compress data during transfer
-
D
Streams bypass the event loop for I/O operations