Closed
Description
I'd like to see an example of something simple like reading lines from a File, in Scala.
It would then be incredibly useful to see:
- applying filters (e.g. users only receive non-comment lines), potentially with the Observable itself knowing it can skip processing if nobody is subscribed (I'm not sure if this is even possible... but could allow some optimisations)
- parallel calculations in the subscribers but with throttling on the observable. imagine a 10GB CSV file being read by the observable, Subscribers doing expensive processing in parallel per row, but no more than 100 rows are ever actually "alive" in the system, thereby controlling the memory usage.
Metadata
Metadata
Assignees
Labels
No labels