mymonero / mymonero-core-js

The JS library containing the Monero crypto plus lightwallet functions behind the official MyMonero apps
BSD 3-Clause "New" or "Revised" License
101 stars 103 forks source link

Optimize are_equal_mnemonics #47

Open paulshapiro opened 6 years ago

paulshapiro commented 6 years ago

Initial implementation seems pretty slow (see tests/emjs). Probably due to excessive memory usage.

This is more of an issue for mymonero-core-cpp since the code is there, but I noticed it via JS.