From de298d1fa24b2d3f127c9f46c7549f77389f439e Mon Sep 17 00:00:00 2001
From: Lukas Larsson
Date: Wed, 20 Jul 2011 17:08:30 +0200
Subject: Add documentation for ber encode nif optmization
---
lib/asn1/doc/src/asn1_ug.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'lib/asn1/doc/src/asn1_ug.xml')
diff --git a/lib/asn1/doc/src/asn1_ug.xml b/lib/asn1/doc/src/asn1_ug.xml
index 61e4f6062f..1b399fb641 100644
--- a/lib/asn1/doc/src/asn1_ug.xml
+++ b/lib/asn1/doc/src/asn1_ug.xml
@@ -369,7 +369,7 @@ erlc -o ../asnfiles -I ../asnfiles -I /usr/local/standards/asn1 Person.asn
-
Together with the flags ber_bin
and optimize you choose to use a nif for considerable
- faster decode.
+ faster encode and decode.
+asn1config
-
@@ -631,7 +631,7 @@ asn1ct:decode('H323-MESSAGES','SomeChoiceType',Bytes).
- The sole compile options ber, ber_bin, per and
+ The compile options ber, per and
driver are kept for backwards compatibility and should not be
used in new code. The nif implementation which replaces the linked-in
driver has been shown to be about 5-15% faster.
--
cgit v1.2.3