-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hello,
I have created some benchmark of PER codecs: rasn, hampi and asn1rs. If you are interested here are the results:
| Codec | Encoding (µs) | Decoding (µs) |
|---|---|---|
| rasn | 1658 | 199 |
| asn1-codecs | 132 | 49 |
| asn1rs | 70 | 68 |
Encoding and decoding nested SEQUENCE-OF (1000 elements, 5 bytes each)
Decoding speed of asn1-codecs / hampi is great, but in terms of encoding maybe there is something to look into (compared to asn1rs).
Repository with benchmark:
https://github.com/dudycz/asn1_codecs_bench
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed