summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-23 12:55:40 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-23 12:56:03 +0200
commit80863f75dfa06b3a256760da86850bcc720a5e61 (patch)
treebee97dab1cc7f014d22a20ffba3a63f934946f5f /NEWS
parent086afe3375ee1fe3cda34c1b2302bdd6c95ebc0b (diff)
downloadlibtasn1-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e93c44b..aa30c23 100644
--- a/NEWS
+++ b/NEWS
@@ -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]