Re: Faster CSV parsing
- From: gabriele renzi <surrender_it@xxxxxxxxxxxxxxxx>
- Date: Sun, 30 Oct 2005 13:48:17 GMT
William James ha scritto:
Thanks for sharing this. You claim 'faster' CSV parsing. Faster than what,
Than Ruby's standard-lib csv.rb.
and by how much? Got any benchmark results to share?
For my test file of 1,964,211 bytes, it's about 6.4 times as fast.
what things is this missing wrt standard csv.rb?
Also, why you did choose to make all of the stuff (methods, variables) at class level instead of instance ?
.
- Follow-Ups:
- Re: Faster CSV parsing
- From: Stefan Lang
- Re: Faster CSV parsing
- From: Stefan Lang
- Re: Faster CSV parsing
- References:
- Re: Faster CSV parsing
- From: Gavin Kistner
- Re: Faster CSV parsing
- From: William James
- Re: Faster CSV parsing
- Prev by Date: Re: PARSER for RUBY
- Next by Date: Re: Faster CSV parsing
- Previous by thread: Re: Faster CSV parsing
- Next by thread: Re: Faster CSV parsing
- Index(es):