crc-any
crc-any copied to clipboard
LookUpTable enum size of static array
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.