~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 2474.1.38.

  • Committer: John Arbash Meinel
  • Date: 2007-05-05 04:57:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2643.
  • Revision ID: john@arbash-meinel.com-20070505045753-1fwhap6q0jyb18vt
Finally, faster than text.split() (156ms)
By iterating over the fields directly, we don't have to create Python strings
for the dirname field (only when it changes), or for the size field or is_executable
fields.
A lot fewer python objects means faster parsing.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: