📜  假脱机和缓冲之间的区别 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:40.385000             🧑  作者: Mango

代码示例1
Spooling overlaps the input and output of one job
with the computation of another job.
Buffering on other hand overlaps the input and output 
of one job with the computation of the same job.