-
Committer:
John Arbash Meinel
-
Date:
2007-05-04 21:41:47 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2643.
-
Revision ID:
john@arbash-meinel.com-20070504214147-ckrxzu7bepvcs4ct
Start working towards a parser which uses a Reader (producer)
rather than working on a list of fields. Currently slower than text.split('\0'),
but should be possible to avoid the intermediate list entirely.