Feedback on Streams concept, similar to Ranges
Sergey
kornburn at yandex.ru
Mon May 15 10:26:24 UTC 2023
On Monday, 15 May 2023 at 09:53:22 UTC, Andrew wrote:
> that it's ready to be reviewed/critiqued.
>
> The project is available on GitHub here:
> https://github.com/andrewlalis/streams
>
> feedback for this.
Thanks for sharing!
Probably will have a look later, just a couple of questions:
1) Does it support auto buffer for performance purposes
(something like BufReader/BufWriter in other langs , for example
https://zig.news/kristoff/how-to-add-buffering-to-a-writer-reader-in-zig-7jd)
2) while implementing have you consider to look into undead repo?
https://github.com/dlang/undeaD/blob/master/src/undead/stream.d
3) will it be possible to connect it with things like Kafka?
More information about the Digitalmars-d
mailing list