gitmko0
gitmko0
gnet can do more req/s than actix-web, that's amazing. would like to see a full fledge web server example to go along with it, not just a simple hello world...
this is a bit too low level. is there anyone willing to make it a codeable / usable thing like fasthttp? is any of this sort in progress? also, what's...
switched from net/http to fasthttp, from gc spike of 100% to ~35% max after conversion. able to handle around 10x more load (with some tweaks) and memory requirement is minimal....
Can we do a fasthttp1.1 then? to streamline all codes for consistency. fasthttp2 will be for the https2 fasthttp3 will be for quic / http3
thx. this is a game changer... now we need some hot reloading "golang modules" and we have our own "erlang". what do you guys think? hot reloading golang modules the...
@kirillDanshin i've tried running it but not sure why the code, when failed is unresponsive, even after timeout. 1. do you have a full working example of how to use...
That makes me wonder what flavour and version of linux is running it too. and... i've wanted to test performance in freebsd which, unfortunately, fasthttp is not being able to...
my solution, pls update the script. thx ``` //public function add_s3_signed_params_to_attachment_image_src( $image, int $post_id ) { public function add_s3_signed_params_to_attachment_image_src( $image, $post_id ) { if (!is_numeric($post_id)) { return $image; } //...
This is with Divi elegantthemes template installed
basically the disk backed version is about using ssd as the cache.