On May 30, 3:25 pm, Dan Shaw <[email protected]> wrote: > I'd be interested. Is performance really that good?
Well, on my Core i7-860 for a 709mb file I get these results: xxhash-strong: ~140ms xxhash-fast: ~80ms crc32 (from mhash): ~2000ms adler32 (from mhash): ~1500ms md5: ~998ms sha1: ~1162ms I realize the latter two are not 32-bit hashes, but I threw them in there just for fun. I've uploaded the binding to github[1] and to npm as `xxhash`. [1] https://github.com/mscdex/node-xxhash -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
