You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a number of small issues making usage of the lib on 32-bit systems (such as embedded chips) impossible or limited. I’ll collate them in this issue with the relevant PRs when I or someone else tackle them, in order to avoid opening many issues but still remember the list.
Histograms support for something smaller than f64: this one is not a blocker as Histograms use a RWLock rather than Atomics so it works (non-atomic f64 support is always present in Rust via emulation), but it may be slower or consume more memory than wished for
The text was updated successfully, but these errors were encountered:
@mxinden One thing I’m not sure about is Examplars: I know @brocaar added support for the encoding of them in #173 but I don’t don’t think there is tests for them in 32-bit sizes or if they require Atomics, as I don’t really know how to use them. So their support status on 32-bit machines is unknown to me.
There is a number of small issues making usage of the lib on 32-bit systems (such as embedded chips) impossible or limited. I’ll collate them in this issue with the relevant PRs when I or someone else tackle them, in order to avoid opening many issues but still remember the list.
Encode*Value
#173, thanks !Gauge<u32, AtomicU32>
type #191, thanks !Encode*Value
#173, thanks !The text was updated successfully, but these errors were encountered: