apple / swift-asn1

An implementation of ASN.1 for Swift
https://swiftpackageindex.com/apple/swift-asn1/main/documentation/swiftasn1
Apache License 2.0
137 stars 27 forks source link

Make `ASN1ObjectIdentifier`s internal representation be the encoded form #36

Closed dnadoba closed 1 year ago

dnadoba commented 1 year ago

This reduces allocations during parsing of certificates by ~50%.