Под Win 10
tic system ('curl -s \ -H "X-MBX-APIKEY: YOURAPIKEY" \ -X GET "https://api.binance.com/api/v3/ticker/price")'; toc
под Linux
tic system ('env -i curl -s \ -H "X-MBX-APIKEY: YOURAPIKEY" \ -X GET "https://api.binance.com/api/v3/ticker/price")'; toc
Проблема в времени выполнения. Под Win10 = 2 с, под Linux = 22 с. Что я могу сделать?