From 93983afa262463982e07a617c2904df7fbfb47b3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 20 May 2018 11:48:15 +0300 Subject: [PATCH] Modern PyDERASN's version could differ in performance --- doc/features.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/features.rst b/doc/features.rst index d2d1734..dcbd0eb 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -30,9 +30,9 @@ practice it should be relatively easy to convert ``pyasn1``'s code to under Python 3.5.2: :``python -m pyderasn revoke.crl``: - ~2 min + ~2 min (``pyderasn == 1.0``) :``python -m pyderasn --schema path.to.CertificateList revoke.crl``: - ~38 sec + ~38 sec (``pyderasn == 1.0``) :``pyasn1.decode(asn1Spec=pyasn1.CertificateList())``: ~22 min (``pyasn1 == 0.2.3``) -- 2.44.0