Closed dominictarr closed 9 years ago
Hi Dominic,
I can't reproduce the issue. Can you give me more detail on which platform and node version you are running?
And btw, great work with your benchmark! I saw it earlier and was very impressed :+1:
Cheers, Sam.
archlinux, node@0.10.31
okay I upgraded to 0.10.34 and now it doesn't happen.
It seems totally strange that this could be happening in js, but I'm getting a segfault with this in node.js
I have been benchmarking js hash implementations and before 0.7.8 rusha does very very well, but with 0.7.8 or 0.8.0 it gets a segfault!
clone this repo: https://github.com/dominictarr/crypto-bench and run npm install
then I get this output:
this does create many hashes in quick succession... maybe that is related?