upkie / vulp

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

Replace posix-ipc by the shm from Python standard library #86

Closed stephane-caron closed 4 months ago

stephane-caron commented 4 months ago

A blocker to this proposal is that multiprocessing.shared_memory does not provide access to the underlying file descriptor in its API.

We could try accessing the internal _fd though... :thinking:

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 7842113818


Totals Coverage Status
Change from base Build 7804297721: 0.0%
Covered Lines: 1758
Relevant Lines: 1965

💛 - Coveralls
stephane-caron commented 4 months ago

No noticeable impact on performance :+1:

image