38 / plumber

The General-Purpose Cross-Language Dataflow Programming
http://plumberserver.com
BSD 2-Clause "Simplified" License
27 stars 2 forks source link

Add the simple line IO module #48

Closed 38 closed 6 years ago

38 commented 6 years ago

Previously we just have a too complicated plan on what we could do the file IO.

However, it's very difficult to implement. So we need another simple moudle only do line based IO and do not have too many dark magic on the performance.

And we probably want to optimize this later, but not now.