Tyrrrz / CliWrap

Library for running command-line processes
MIT License
4.39k stars 268 forks source link

Reduce HalfDuplexStream allocations #90

Closed MihaZupan closed 4 years ago

MihaZupan commented 4 years ago

Just saw your Tweet, figured I might contribute a bit considering I'm making use of your DiscordChatExporter and YoutubeExplode projects.

Instead of allocating new buffers every time, we can just reuse the same buffer.

Related to #83

Tyrrrz commented 4 years ago

Thanks a lot @MihaZupan!