Data Structures: What are some common examples of problems where "buffers" come into action?

Posted by Dark Templar on Programmers See other posts from Programmers or by Dark Templar
Published on 2011-11-25T21:53:59Z Indexed on 2011/11/26 2:06 UTC
Read the original article Hit count: 208

Filed under:
|

I was just wondering if there were some "standard" examples that everyone uses as a basis for explaining the nature of a problem that requires the use of a buffer. What are some well-known problems in the real world that can see great benefits from using a buffer?

Also, a little background or explanation as to why the problem benefits from using a buffer, and how the buffer would be implemented, would be insightful for understanding the concept!

© Programmers or respective owner

Related posts about data-structures

Related posts about buffers