Closed liamdennehy closed 4 years ago
Avoid unnecessary conversions from binary<->ASN1 object between function calls and object creation. Complies closer to ASN.1's original intent of inline parsing, and significantly improves performance.
Travis build times decreased from 19s to 13s. Outstanding result :)
Avoid unnecessary conversions from binary<->ASN1 object between function calls and object creation. Complies closer to ASN.1's original intent of inline parsing, and significantly improves performance.