Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing speedups #45

Merged
merged 2 commits into from Feb 13, 2013
Merged

Parsing speedups #45

merged 2 commits into from Feb 13, 2013

Commits on Jan 22, 2013

  1. Inline parse_characters and _try_encoding_guess

    This is called for every line we parse, so each µs counts.
    ilmari committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    0f9a3e8 View commit details
    Browse the repository at this point in the history
  2. Close over encoding object in transcoder

    No need to look it up every time, since the encoding is fixed.
    ilmari committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    66b6076 View commit details
    Browse the repository at this point in the history