binance-exchange / binacpp

Binance C++ library
MIT License
212 stars 108 forks source link

libcurl optimizations #23

Closed alexanderkoumis closed 6 years ago

alexanderkoumis commented 6 years ago

Typical REST response time on a machine in California is cut down from ~600-800ms to ~100-200ms by initializing the curl object only in the beginning of the program.