indutny / bn.js

BigNum in pure javascript
MIT License
1.19k stars 150 forks source link

Improve toString('hex') performance #229

Open fanatid opened 5 years ago

fanatid commented 5 years ago

Instead .toString lookup table can be used, need check how this can be applied in bn.js context. See https://github.com/feross/buffer/pull/245