Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: d2b80b8a60bf
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 2669966e7670
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 14, 2013

  1. src: remove redundant symbol init in node_file.cc

    Don't lazy-init the oncomplete symbol string in the After() function,
    it has already been created at module init time.
    bnoordhuis committed Aug 14, 2013
    Copy the full SHA
    d684f50 View commit details
    Browse the repository at this point in the history
  2. http: speed up callbacks, use array indices

    Use array indices rather than named properties to store callbacks on
    the HTTPParser object.  Speeds up the http benchmarks by a few percent.
    bnoordhuis committed Aug 14, 2013
    Copy the full SHA
    2669966 View commit details
    Browse the repository at this point in the history