upkie / vulp

Robot/simulation switch for the mjbots stack
Apache License 2.0
61 stars 4 forks source link

Observation dictionaries taking too long to deserialise #74

Closed stephane-caron closed 5 months ago

stephane-caron commented 5 months ago

Performance issue reported by @boragokbakan in https://github.com/upkie/upkie/issues/180.

We can add a runtime check that msgpack is not running in fallback pure-Python implementation.

ubgk commented 5 months ago

Good idea, I would in fact expect at least a warning from msgpack itself in this case. 😅