flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
457 stars 137 forks source link

Speed Benchmarking #447

Open ishandutta2007 opened 1 year ago

ishandutta2007 commented 1 year ago

It's great that you have benchmarked against other C/C++ libs https://github.com/fredrik-johansson/arb#speed But I am contemplating using C++ or python for some project since of late python's native arbitrary-precision have gotten really fast. It would be great if you can update the speed with python3.8+ as well and if possible haskell(including LLVM-backend) as well. It would be good if you can get these benchmarkes form the same host on which you did for those C/C++ libs. I would try to do the same once I have arb set up on my machine.