6 ms·
multiple function pointers in a struct is inefficient memory-wise, I think you'd be much better off with a single pointer to a lookup table that can be shared b
by lwswl 4y ago
multiple function pointers in a struct is inefficient memory-wise, I think you'd be much better off with a single pointer to a lookup table that can be shared by all instances.
Its even more cumbersome, but its what you pay if you want efficiency in c.