Re: [sage-devel] making primecount (and its dependency primesieve) standard

2021-11-23 Thread mmarco
+1 El martes, 23 de noviembre de 2021 a las 11:31:19 UTC+1, vdelecroix escribió: > +1 for using standard and efficient libraries instead of slow and > buggy sage implementations :-) > > Thanks > Vincent > > Le 23/11/2021 à 11:26, Dima Pasechnik a écrit : > > primecount is a popular C++ library o

Re: [sage-devel] making primecount (and its dependency primesieve) standard

2021-11-23 Thread Vincent Delecroix
+1 for using standard and efficient libraries instead of slow and buggy sage implementations :-) Thanks Vincent Le 23/11/2021 à 11:26, Dima Pasechnik a écrit : primecount is a popular C++ library of efficient procedures to compute prime_pi(x), i.e. π(x), number of prime numbers <=x, and relat

[sage-devel] making primecount (and its dependency primesieve) standard

2021-11-23 Thread Dima Pasechnik
primecount is a popular C++ library of efficient procedures to compute prime_pi(x), i.e. π(x), number of prime numbers <=x, and related functions. It's an optional package now. The repo is https://github.com/kimwalisch/primecount The default Sage implementation of prime_pi is buggy, and a very t