statistics: sort tables statically (and constify)
Rather than do the sorting at runtime, run the tables through `sort`. This lets us constify them and speed up runtime slightly.
Showing
Please register or sign in to comment
Rather than do the sorting at runtime, run the tables through `sort`. This lets us constify them and speed up runtime slightly.