|
I have a few questions regarding this issue, compared to https://jira.opendaylight.org/browse/MDSAL-746, I was working with bit values (0 or 1).
In this case, storing these values was pretty straightforward, as these primitive types consist of booleans.
However currently, I do not work with bit values, I work with bit names only. Hence, if will transform Set<String> to Integer,
I still need to have this set of string names stored somewhere and mapped to the bit position.
1. How is envisioned to replace Set<String> with Set backed by primitive data types such as int, long, and byte[]?
2. How would this lower storage requirement when this set of bit names still needs to exist?
3. What exactly is meant by offset-to-name mapping?
rovarga do you have any thoughts/advice?
|