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

Feature/faster crypto #664

Closed
wants to merge 5 commits into from
Closed

Commits on Jan 30, 2015

  1. node: speed up ParseEncoding

    Handle most popular cases in a trie-style, branching on a first
    character.
    
    Remove useless HandleScope which was only eating time without producing
    any value.
    indutny committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    c319fd1 View commit details
    Browse the repository at this point in the history
  2. crypto: use on-stack storage in HashUpdate

    Boosts speed up to 10% on primitive `createHash().update().digest()`
    benchmark.
    indutny committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    38cf628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcbf80c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    077bc99 View commit details
    Browse the repository at this point in the history
  5. node: ParseEncoding fix

    indutny committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    7c05132 View commit details
    Browse the repository at this point in the history