You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use uint16_t instead of int for tables
* half the storage: should increase cache locality significantly
* prefer unsigned types for unsigned jobs (here: indexing)
* convert humongous macro to template function
* type safety
* found and eliminated unused variables
* cleaner code
* better compiler warnings
NB: This class came without ANY tests.
0 commit comments