-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The number of exceptions thrown should be reduced. This may affect performance. #146
Comments
Thank you very much! There are probably a handful of locations, where it is possible to get around throwing and catching. |
By the way, why doesn't the |
I'll not that down for improving API docs. peek already returns |
The improved docs are part of #151 |
KmmResult 1.9.0 will be part of the next release, significantly reducing overhead, even though the same number of exceptions are thrown. |
This would require us to go through and review |
signum/indispensable/src/commonMain/kotlin/at/asitplus/signum/indispensable/asn1/Asn1Elements.kt
Lines 432 to 443 in e8f9bd4
The text was updated successfully, but these errors were encountered: