simplify and remove iobuffer dependency
commiteddd88a8ac6099eef5dbc58a9bd01d84062124ea
authorEric Wong <normalperson@yhbt.net>
Sat, 12 Dec 2009 08:37:40 +0000 (12 00:37 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 12 Dec 2009 08:40:06 +0000 (12 00:40 -0800)
treeff403aa2c7b7f3c24eb4083fb4e93471d4fe6eaa
parentb41285fc7a51f104c98c42f8fc812fde96ac61a4
simplify and remove iobuffer dependency

There is almost no measurable performance benefit, so favor more
portable, easier-to-understand code.  This buffering model also
favors us if we eventually make a C(+Ragel) version.
examples/io_bench.rb [new file with mode: 0644]
lib/lmgtwty/io.rb