Question: Array of bitfields #113
Unanswered
MikeColeGuru
asked this question in
Q&A
Replies: 1 comment
-
Generally the modular bitfield structs should not impose overhead besides longer compilation times due to usage of proc. macros. This library was designed to not introduce overhead anywhere. Bitfield structs are aligned to byte sized portions since underlying we are using a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm considering using this library ..
I'm needing to create large arrays of these.
What is the overhead as far as memory? I am storing nibble sized structs with two enums.
Beta Was this translation helpful? Give feedback.
All reactions