crc-any icon indicating copy to clipboard operation
crc-any copied to clipboard

LookUpTable enum size of static array

Open teamplayer3 opened this issue 4 years ago • 0 comments

When I tested the new LookUpTable enum, I came to the result that this improves performance but not memory usage. The problem is, that the enum has the size of it's largest type playground. So, it is as large as the variant LookUpTable::Dynamic.

I don't know if this can be resolved nicely.

teamplayer3 avatar Oct 27 '21 11:10 teamplayer3