Hacker News new | ask | show | jobs
by nmz 397 days ago
For bignums, have you tried this?

https://web.tecgraf.puc-rio.br/~lhf/ftp/lua/#limath

luajit does have integers (try 5ull+6), bit operations via the bit library (absorbed from lua5.2)

1 comments

How does imath compare to gmp?
In lua? It works for one.