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

Use zero-based numeric indices for much faster instrumented code #22

Merged
merged 3 commits into from
Sep 8, 2016

Commits on Sep 2, 2016

  1. use 0-based numeric indices, close istanbuljs-archived-repos#21

    Closes istanbuljs-archived-repos#21. Makes instrumented code run much faster by making V8 switch
    to “fast” mode when accessing stats objects.
    mourner committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    55de0a6 View commit details
    Browse the repository at this point in the history
  2. fix null checks

    mourner committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    8192f38 View commit details
    Browse the repository at this point in the history
  3. update tests for 0 indices

    mourner committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    fe5ed13 View commit details
    Browse the repository at this point in the history