You are viewing a single comment's thread from:
RE: dsteem vs. steem-js — Round 1
Wow, that's awesome. I'm curious about read operations - have you benchmarked any of those? get_state
etc?
Wow, that's awesome. I'm curious about read operations - have you benchmarked any of those? get_state
etc?
Thanks! No, I haven't. I think the differences should be negligible unless steem-js is doing something really weird :)
That was my thought as well - but this is still a great boost in performance for transactions that require signing. Are you using anything non-standard? Is this most likely a difference in use of different libraries?
I haven't profiled it but my guess is that a large part of the performance improvement is coming from the node-secp256k1 package. The browserify crypto implementations are really good as well.