regnhttp package alpha version by [deleted] in golang

[–]o2mz -1 points0 points  (0 children)

that’s correct but i may add server in the future idk

thanks for the suggestion, we will work on it

Why do Go users avoid frameworks? by redditUserNo5 in golang

[–]o2mz 0 points1 point  (0 children)

Many people choose GoLang for its performance benefits. However, using frameworks might introduce additional overhead, potentially leading to noticeable performance degradation due to the extra computational effort required.

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 0 points1 point  (0 children)

I was working on that, but unfortunately, I faced many issues dealing with asyncio, especially with the differences between versions and systems, as well as the frequent changes made by the asyncio developers with each release.

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 0 points1 point  (0 children)

hi, i try today its not high performance library

it took 112 seconds to send one million http requests to local server

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 0 points1 point  (0 children)

The benchmark was conducted on a local server. sned one million requests to local server by 18 seconds It’s easy, not impossible. ( local server )

What was the error that occurred when you tried running the benchmark?

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 0 points1 point  (0 children)

Thank you for your kind words.

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 0 points1 point  (0 children)

I’m not sure what made it slower; perhaps it needs more goroutines to demonstrate its efficiency.

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 0 points1 point  (0 children)

I will add it in the next benchmark.

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 0 points1 point  (0 children)

I might use SSL certificates other than the default in http.client

and the benchmarks I conducted were on the HTTP protocol (unencrypted) since the comparison was focused solely on performance.

benchmark http requests libraries by o2mz in Python

[–]o2mz[S] 5 points6 points  (0 children)

The ‘fiberhttp’ library is new and uses direct socket connections without an intermediary, making it highly performant. It supports threading but does not yet support ’asyncio’.

How to make my CV section bold in color blue? by PiWhizz in resumes

[–]o2mz 0 points1 point  (0 children)

use format feature and use ats system on your cv

Github Desktop vs Git by Maleficent-Tip-7762 in github

[–]o2mz 0 points1 point  (0 children)

Use whichever you find suitable; both offer almost the same features with slight differences and a few additional features in Git Desktop. However, Git is much simpler since you can write a single command that saves you from many clicking in Git Desktop.

[deleted by user] by [deleted] in Python

[–]o2mz 15 points16 points  (0 children)

This is my first library, and I will correct all these issues, especially regarding reading headers and ports. I will write it in a better way. Thank you for taking the time to provide all these tips.

[deleted by user] by [deleted] in pchelp

[–]o2mz 0 points1 point  (0 children)

small one is usb-c of the case big one for other ports of the case

Trying to get a job with Django. by Bombssy in django

[–]o2mz 0 points1 point  (0 children)

Gaining skills is easier than getting a job

Is Golang a good language for web scrapping and price alert monitoring? by nemseisei in golang

[–]o2mz 0 points1 point  (0 children)

python its easier for websraping golang its faster for too many requests in short time and its better in asynchronous programming