]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Modern PyDERASN's version could differ in performance
authorSergey Matveev <stargrave@stargrave.org>
Sun, 20 May 2018 08:48:15 +0000 (11:48 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 20 May 2018 08:48:15 +0000 (11:48 +0300)
doc/features.rst

index d2d1734eb779b6545132b698bf65344d281f66d9..dcbd0ebcdc8b3ce6c9afdae23050a869411b0eef 100644 (file)
@@ -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``)