Open
Description
#1101 gained us some performance by using the native JS API for some string-to-int conversions. Now that #798 has been merged, we ought to experiment with using the native JS API for compatible calls to ParseInt
, then fall back to the Go implementation where necessary.
See #1101 (comment)