[Rails] Re: [ANN] primes-utils rubygem

2015-07-01 Thread jzakiya
Wednesday, July 1, 2015 Now available, primes-utils 2.3.0 New in 2.3.0 `primescnt` can now find count of primes upto some N much faster and for larger numbers. Increased to over 2 billionth, indexed nth primes used in `primenth`, and now `primescnt`, to create ranges to find nth prime within,

[Rails] Re: [ANN] primes-utils rubygem

2015-06-19 Thread jzakiya
On Thursday, April 2, 2015 at 7:54:13 PM UTC-4, jzakiya wrote: > > > "primes-utils" is a Rubygem which provides a suite of extremely fast > (relative to Ruby's standard library) utility methods for testing and > generating primes. > > Install it the usual way: > > $ gem install primes-utils >

[Rails] Re: [ANN] primes-utils rubygem

2015-05-25 Thread jzakiya
On Thursday, April 2, 2015 at 7:54:13 PM UTC-4, jzakiya wrote: > > > "primes-utils" is a Rubygem which provides a suite of extremely fast > (relative to Ruby's standard library) utility methods for testing and > generating primes. > > Install it the usual way: > > $ gem install primes-utils >