Open itamarst opened 9 months ago
Fixes #216
This reduces the time for pycddl to do validation+deserialization combo for a small document from 2.5µs to 1.8µs, by allowing only a single CBOR parse.
pycddl
Happy to do a different API variation if you prefer.
Not really sure what's up with WASM tests.
Fixes #216
This reduces the time for
pycddl
to do validation+deserialization combo for a small document from 2.5µs to 1.8µs, by allowing only a single CBOR parse.Happy to do a different API variation if you prefer.