-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beempy is slow #264
Comments
Strange, on my server:
Does installation of
or
Change something? |
A downgrade of ecdsa to 0.14 increases the load speed, could you test this also:
time beempy --version real 0m0.511s
|
Can you also test the newest ecdsa with gmpy2?
time beempy --version real 0m0.618s
|
after using
similar after
(most likely because using versions slower than those that comes with distro) however, after
with
|
So I just installed current beem using github clone
then
python3 setup.py build
python3 setup.py install --user
and beempy is ridiculously slow, even for trivial operations:
What I'm doing wrong? How to speed things up?
btw, using
pip3 install beem
is slightly fasterbut problem is pretty much same
The text was updated successfully, but these errors were encountered: