diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-23 12:55:40 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-23 12:56:03 +0200 |
commit | 80863f75dfa06b3a256760da86850bcc720a5e61 (patch) | |
tree | bee97dab1cc7f014d22a20ffba3a63f934946f5f /NEWS | |
parent | 086afe3375ee1fe3cda34c1b2302bdd6c95ebc0b (diff) | |
download | libtasn1-80863f75dfa06b3a256760da86850bcc720a5e61.tar.gz libtasn1-80863f75dfa06b3a256760da86850bcc720a5e61.tar.bz2 libtasn1-80863f75dfa06b3a256760da86850bcc720a5e61.zip |
improve performance by 50% by using hashes to compare strings.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ GNU Libtasn1 NEWS -*- outline -*- * Noteworthy changes in release 3.0 (unreleased) [stable] - Added asn1_read_node_value() to obtain a node's value. - Optimizations in internal tree allocation. +- Optimizations in tree search. - libtasn1.h no longer exports internal structures. * Noteworthy changes in release 2.13 (2012-05-31) [stable] |