This post will discuss ways of handling huge numbers in R using the gmp package. The gmp package The gmp…
Background The Collatz Conjecture is a famous unsolved problem in number theory. If you're not familiar with it - the…
Background In a previous post, we showed how using vectorization in R can vastly speed up fuzzy matching. Here, we…
Background Running R code in parallel can be very useful in speeding up performance. Basically, parallelization allows you to run…