]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/news.rst
Streaming of huge data support
[pyderasn.git] / doc / news.rst
index 5665a42c59cf635cde0734a843aec173ba53eae8..930a3ba0db3a4f408e79e46b9dd50ace77f247b3 100644 (file)
@@ -17,9 +17,15 @@ News
   where no in-memory objects storing happens, giving ability to process
   ASN.1 data without fully parsing it first. ``python -m pyderasn`` has
   ``--evgen`` mode switcher
+* Useful ``agg_octet_string`` that is able to streamingly decode string
+  from events of ``evgen_mode``, allowing strings retrieving without
+  copying them to memory first
 * Initial experimental CER encoding mode, allowing streaming encoding of
   the data directly to some writeable object
 * Ability to use mmap-ed memoryviews to skip files loading to memory
+* Ability to use memoryview as an input for \*Strings. If they are
+  mmap-ed, then you can encode any quantities of data streamingly
+  without copying to memory
 
 .. _release6.3: