NoUJoe / JSBD

Apache License 2.0
2 stars 1 forks source link

Benchmarks #1

Open imirkin opened 1 year ago

imirkin commented 1 year ago

It would help people to evaluate this library if you had some benchmarks available.

I'd recommend including comparisons to

https://github.com/MikeMcl/big.js https://github.com/MikeMcl/decimal.js https://github.com/Yaffle/BigDecimal

The libraries aren't completely identical, but getting some baselines on common operations -- parse, stringify, round, add, multiply, divide would be interesting.

NoUJoe commented 1 year ago

Yeah absolutely! I shall get on that! I'll reply in this issue when I've done it.