Profile Picture

phish

Reputation: 2 [rate]

Joined: Oct, 2022

Last online:

Based advanced python programmer

Bio

advanced python programmer, know most low level libs, learning c

Badges

badge

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Replied to thread : [Release] httpzoom - fast http library


@Whoman requests is very slow, its built on urllib3 which is built on sockets so its calling 2 different libs which is very slow, requests sessions peaks around 500 requests per second which is ok but sockets peaks at around 7.5k requests per second because its the lowest lib

Created a new thread : [Release] httpzoom - fast http library


hey, im new to wearedevs just wanted some feedback on a python http lib i coded using sockets and also ssl
it only supports content, i will add chunked data handling when i have some time. Its very fast it can send upto 500k
requests per minute but will break your wifi. it currently supports proxies, headers, post and get. Any feedback will be appreciated 

github: here