[erlang-questions] Pointless md5 Problem

Matt Stancliff sysop@REDACTED
Thu May 7 03:54:24 CEST 2009


On May 6, 2009, at 6:39 PM, Colin Z wrote:

> So, now my interest lies in what's so slow about my code....maybe  
> it's Erlang's md5 implementation, or more probably how I'm  
> generating the random string?
>
> What does everyone think?

   erlang:md5/1 is pure erlang.  Try crypto:md5/1 which uses the  
OpenSSL driver.


-Matt
-- 
Matt Stancliff                    San Jose, CA
AIM: seijimr              iPhone: 678-591-9337
"The best way to predict the future is to invent it." --Alan Kay




More information about the erlang-questions mailing list