improve performance by 50% by using hashes to compare strings.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 23 Sep 2012 10:55:40 +0000 (12:55 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 23 Sep 2012 10:56:03 +0000 (12:56 +0200)
commit80863f75dfa06b3a256760da86850bcc720a5e61
treebee97dab1cc7f014d22a20ffba3a63f934946f5f
parent086afe3375ee1fe3cda34c1b2302bdd6c95ebc0b
improve performance by 50% by using hashes to compare strings.
NEWS
lib/Makefile.am
lib/gstr.c
lib/gstr.h
lib/hash.c [new file with mode: 0644]
lib/int.h
lib/parser_aux.c