The reason for release delay is that one: <https:/...
# mathematics
a
The reason for release delay is that one: https://github.com/altavir/kmath/issues/42 I did not intend to do it now, but the streaming api just looked so interesting... anyway. Now there is a brand new streaming and buffer-streaming API in
kmath-sequences
module. No parallel block processing yet, but it is very easy to add. I do not have any tests yet (need some help there). Streaming api is based on coroutine channels, but have some additional safeties. It allows to create safe chains of streaming data transformations (including reductions) with lazy start. For the status is super-experimental. I need test cases to work further.