formats
formats copied to clipboard
der: Tracking issue for deoptimiztions since `v0.7`
Due to BER:
- using
berfeatures makes DER reader slow (about 20% slower) -
read_nestednow includes primitiveDecodeValues too (added in #1877) (partial fix in #1916) - ~indefinite flag in
Length(#1894)~ - ~users of pure DER need to compile BER code too (maybe add feature flag?) (added in #1899)~
- ~constructed flag in
Header(will be added in #1931)~