Could MD5 be affecting performance that much?

master
Nicolas Favre-Felix 14 years ago
parent 6d187f6608
commit 7c152db3c1

@ -5,6 +5,7 @@
#include <evhttp.h>
#include <string.h>
/* TODO: replace this with a faster hash function */
char *etag_new(const char *p, size_t sz) {
md5_byte_t buf[16];

Loading…
Cancel
Save