OP 06 September, 2023 - 02:40 PM
so for bots which require speed, such as checkers, what further optimizations can i do in python to help with this?
currently i use aiohttp+asyncio, and have optimized that as much as possible
when comparing this code to the code of another bot that does the same thing, i'm getting like 4x LESS performance (they are using sockets like his shit is insane)
using sockets is too hard, so what is the next step to take so that i can increase performance without having to learn
obviously im willing to learn any thing
currently i use aiohttp+asyncio, and have optimized that as much as possible
when comparing this code to the code of another bot that does the same thing, i'm getting like 4x LESS performance (they are using sockets like his shit is insane)
using sockets is too hard, so what is the next step to take so that i can increase performance without having to learn
obviously im willing to learn any thing