On Jul 27, 2:16 pm, Duncan Booth <[EMAIL PROTECTED]> wrote:
> Alexandre Ferrieux <[EMAIL PROTECTED]> wrote:
> > Now, *why* is such buffering gaining speed over stdio's fgets(), which
> > already does input buffering (though in a more subtle way, which makes
> > it still usable with pipes etc.) ?
>
Alexandre Ferrieux <[EMAIL PROTECTED]> wrote:
> Now, *why* is such buffering gaining speed over stdio's fgets(), which
> already does input buffering (though in a more subtle way, which makes
> it still usable with pipes etc.) ?
>
Because the C runtime library has different constraints than Pyth