Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an assert to the compiler for map sizes.
We require that they are a power of 2, otherwise we have to fall back to a slow % operator, instead of &.
- Loading branch information