formats icon indicating copy to clipboard operation
formats copied to clipboard

der: Tracking issue for deoptimiztions since `v0.7`

Open dishmaker opened this issue 7 months ago • 5 comments

Due to BER:

  • using ber features makes DER reader slow (about 20% slower)
  • read_nested now includes primitive DecodeValues 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)~

dishmaker avatar Jul 10 '25 09:07 dishmaker