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
Make data_file.c's generator output its array initialization "by list of strings", instead of "by list of chars": that makes the compiler happier.
Use strtr() with a precomputed map, instead of a loop over ord(), to generate in 1/100th the time.
0 commit comments