You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we don't want to require any libraries outside of the standard library, we can take advantage of any that happen to be installed. In particular, jsonrpc is likely to be faster than xmlrpc. It would also be nice to see if ZeroMQ can be used for improved performance.
The text was updated successfully, but these errors were encountered:
While we don't want to require any libraries outside of the standard library, we can take advantage of any that happen to be installed. In particular,
jsonrpc
is likely to be faster thanxmlrpc
. It would also be nice to see if ZeroMQ can be used for improved performance.The text was updated successfully, but these errors were encountered: