librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

Remove `backtraces` from `rasn`'s `default` feature #247

Closed s-arash closed 1 month ago

s-arash commented 2 months ago

This feature can incur a significant performance penalty, and since it's more of a debugging tool, it should be disabled by default.

In my experiments, there was a ~15x perf improvement when decoding OCSP responses with this feature disabled.

Closes #246

XAMPPRocky commented 1 month ago

Thank you for your PR, and congrats on your first contribution! 🎉

s-arash commented 1 month ago

Thanks @XAMPPRocky!

s-arash commented 1 month ago

@XAMPPRocky Any estimates of when we'll have a new release?