Hello Bryan,

Sunday, August 15, 2010, 10:04:01 PM, you wrote:

> shared on Friday, and boiled it down to a simple test case: how long does it 
> take to read a 31MB file?
> GNU wc -m:

there are even slower ways to do it if you need :)

if your data aren't cached, then speed is limited by HDD. if your data
are cached, it should be 20-50x faster. try cat >nul


-- 
Best regards,
 Bulat                            mailto:bulat.zigans...@gmail.com

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to