summaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-03-22 00:58:16 +0100
committerIlya Etingof <etingof@gmail.com>2017-03-22 00:58:16 +0100
commitbc59468692b5ef9725d489b166d1160252b03610 (patch)
tree10268ddcd55a6c000da5bcad265fd3c6abbfbed6 /TODO.rst
parent27bb503c60a145fe87e13c965b329185cde4e456 (diff)
downloadpyasn1-git-bc59468692b5ef9725d489b166d1160252b03610.tar.gz
BER/CER/DER encoder refactored to use type-ids for better performance
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
index 21f164e..5c79ee7 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -73,6 +73,7 @@ Minor, housekeeping things
* Asn1Item.clone() / shallowcopy issue
* large length encoder?
+ * lookup type by tag first to allow custom codecs for non-base types
* type.useful:
@@ -87,3 +88,5 @@ Minor, housekeeping things
* type vs tagset name convention
* how untagged TagSet should be initialized?
+
+* type and codecs for Real needs refactoring