OP 16 August, 2022 - 09:20 AM
so I have a python bot, uses asyncio and aiohttp but i've heard that python isn't good for when things need to be efficient and optimised
without going into detail, the bot just uses 150 threads and is looping requests constantly as fast as possible using proxies
is it better that i get this bot rewritten in like golang to be better?
or if not, what things are better for python (i heard aiosonic was better, but i don't know how to use proxies with it)
without going into detail, the bot just uses 150 threads and is looping requests constantly as fast as possible using proxies
is it better that i get this bot rewritten in like golang to be better?
or if not, what things are better for python (i heard aiosonic was better, but i don't know how to use proxies with it)