0
kicks
Rx - Sample
Rx - SampleRx - Sample
this post will focus on the Rx Sample operator.
the Sample operation does sampling the observable stream and forward lessintensive data stream of the sampled datum.
it can be prove very useful for scenario like handling
accelerometer stream which can produce 60 value per second, in some cases we don't need such intensity and
our machine resources may be happier to handle only 10 value per seconds.
the same may be apply to video streamanalytics and many other s...