rust-streaming icon indicating copy to clipboard operation
rust-streaming copied to clipboard

State of project

Open marcusklaas opened this issue 9 years ago • 2 comments

What's the state of maintenance of this project? As far as I have seen, this seems to be the best solution we have right now for handling streams without copies.

marcusklaas avatar Mar 11 '15 09:03 marcusklaas

I'm pretty sure this is a strictly experimental place to dump code. The state is probably, "Look through the code and see if you can find something interesting."

The current Iterator design is fundamentally incompatible with streaming zero-copy iterators, so whatever you end up with, you'll be fighting an uphill battle.

BurntSushi avatar Mar 11 '15 10:03 BurntSushi

Andrew has it right.

Le mer. 11 mars 2015 à 6:37, Andrew Gallant [email protected] a écrit :

I'm pretty sure this is a strictly experimental place to dump code. The state is probably, "Look through the code and see if you can find something interesting."

The current Iterator design is fundamentally incompatible with streaming zero-copy iterators, so whatever you end up with, you'll be fighting an uphill battle.

— Reply to this email directly or view it on GitHub https://github.com/emk/rust-streaming/issues/2#issuecomment-78239634.

emk avatar Mar 16 '15 15:03 emk