mirror of https://github.com/lukechilds/node.git
Browse Source
Speeds up the benchmark below by about 680% (0.5s versus 3.4s on my Core 2 Duo). var crypto = require('crypto'); var hash = crypto.createHash('sha1'); var data = new Buffer(1024); for (var i = 0; i < 128 * 1024; ++i) hash.update(data); Fixes #2494.v0.7.4-release
Ben Noordhuis
13 years ago
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue