0
kicks
Rx - Buffer
Rx - BufferRx - Buffer
this post is on of a series of post about Rx (Reactive Extension). in this one I will discuss the Buffer operator.
no doubt that one of the most useful Rx operator is the Buffer.
the Buffer operator enable to reduce a throughput pressure and gain better utilization of our resources.
let take a scenario of monitoring data stream and persist the datum into database (or send it through a network boundaries).
assuming the datum rate is 1 per millisecond, databases does not typ...