Package log10 calculates log base 10 of an integer, fast.
It is inspired by Daniel Lemire's blog post on this topic.
TODO:
- Add implementations for other bit widths.
- Teach the compiler some tricks to make this faster yet.
Package log10 calculates log base 10 of an integer, fast.
It is inspired by Daniel Lemire's blog post on this topic.
TODO: