John G. Underhill

Results 2 comments of John G. Underhill

Why even use gmp? Create a utilities class for the math functions, you would eliminate the dependency, smaller footprint, resource control, and you may be able to improve performance..

One other suggestion would be to get rid of the scripting, pass the params as structs and make it pure C++, more attractive for implementers. I'm writing into my own...