Skip to content

Fast divisionless computation of binomial coefficients

Notifications You must be signed in to change notification settings

dmikushin/binom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast divisionless computation of binomial coefficients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published