schveiguy / iopipe

D language library for modular io
Boost Software License 1.0
77 stars 6 forks source link

Add iopipe for logging #16

Open schveiguy opened 6 years ago

schveiguy commented 6 years ago

Very easy to simply insert an iopipe into the middle of a chain, and we can put in adapters that log how a pipe is being used. This can help diagnose performance issues that stem from requesting too few bytes, or seeing how an underlying iopipe is feeding the data back. Right now I have to instrument the base code.