-
Notifications
You must be signed in to change notification settings - Fork 2
How to increase the speed? #1
Comments
It was according to my tests. I don't think you'll be able to match Rust. You may try newer Rust compiler, the one that was used here is pretty old and I was very new to Rust back then. |
thanks. |
I have an issue compiling with GMP. I am trying Ubuntu, I can try in MacOS too...
Here:
Thanks. |
I think the path to your project folder has whitespaces or special characters, dumb script wasn't designed to handle them 🙃 |
I am compiling on Ubuntu now, will see... Thanks a lot. |
Could not link with GMP on WASM:
|
Try updating version in https://github.com/subspace/vdf/blob/master/build.sh#L22 to 6.2.1, which seems to be the latest release, probably |
There is something with the hardlinks:
|
Tried with GMP 6.2.1 |
Not sure what it is, you'll have to do some experiments then |
I think is a VM issue, the Ubuntu is a VM. Will try again in a not shared folder. |
The WASM linker is too strict, maybe I need to use an older version of the emsdk ?
|
Tried disabling a flag due to 3
|
Either GMP or something else has changed, but I have no time to dig into it and figure out why unfortunately. |
Will keep you posted. |
Is true is one order of magnitude slower than the Rust. Any ideas on how to match the Rust impl?
Thanks,
J.
The text was updated successfully, but these errors were encountered: