Fast divisionless computation of binomial coefficients This is a binom code by Daniel Lemire described in his blog post. The code is taken to a new repo instead of fork, as suggested by the author. Building mkdir build cd build cmake .. make Testing ./binom_test